; PediaIcons.txt for Conquests main game
;   File that accompanies Civilopedia.txt.
;   specify the files that civilopedia icons are to be read from as follows
; for item "ENTRY" with key "TYPE_ENTRY"
;   the large icon would be FIRST under "ICON_TYPE_ENTRY"
;   the small icon is SECOND under "ICON_TYPE_ENTRY"
;
; buildings break from this form, 
;   a building -- wonder, small wonder, city improvement is displayed as follows:
;
; #ICON_BLDG_NAME
; TYPE
; file list...
;
; type indicates how many files are in the file list.  
; if only one icon exists for the building, TYPE should be SINGLE, and 2 files in list (large, small)
; if the building icon varies by era, TYPE should be ERA, and 1 file for each era per size in order should be in the list
; if the building icon varies by culture TYPE should be CULTURE, and file for each culture type per size in order should be in the list
; types must be written in CAPITAL LETTERS
; the order that the file names are written in must correspond to the order that they are in the .bic file:
; for ERA in the default mod that is: Ancient, MiddleAge, Industrial, Modern
; for CULTURE in the default mod that is: American, European, Roman/Mediterranean, 
;
; This may turn into the default art customization file... I'm adding the leader head art now...

#START LEADER/RACE ART
#RACE_ROMANS
art\leaderheads\x_brennus victory neutral.pcx
art\advisors\x_brennus advisor.pcx
#RACE_EGYPTIANS
art\leaderheads\BS.pcx
art\advisors\BS_all.pcx
#RACE_GREEKS
art\leaderheads\AL.pcx
art\advisors\AL_all.pcx
#RACE_BABYLON
art\leaderheads\Zombie.pcx
art\advisors\Zombie_all.pcx
#RACE_FARMERS
art\leaderheads\FM.pcx
art\advisors\FM_all.pcx

####
# Happy Icons  (conquer/domination/space winner)
#HAPPY_RACE_ROMANS
art\leaderheads\x_brennus victory happy lg.pcx
#HAPPY_RACE_EGYPTIANS
art\leaderheads\BS_HAP.pcx
#HAPPY_RACE_GREEKS
art\leaderheads\AL_HAP.pcx
#HAPPY_RACE_BABYLON
art\leaderheads\Zombie_HAP.pcx
#HAPPY_RACE_FARMERS
art\leaderheads\FM_HAP.pcx

####
# Small Happy Icons  (defeat)
#SHAPP_RACE_ROMANS
art\leaderheads\x_brennus victory happy sm.pcx
#SHAPP_RACE_EGYPTIANS
art\leaderheads\BS_SHAP.pcx
#SHAPP_RACE_GREEKS
art\leaderheads\AL_SHAP.pcx
#SHAPP_RACE_BABYLON
art\leaderheads\Zombie_SHAP.pcx
#SHAPP_RACE_FARMERS
art\leaderheads\FM_SHAP.pcx

####
# Large Kiss Icons  (Culture/diplomatic Winners)
#LKISS_RACE_ROMANS
art\leaderheads\x_brennus victory kiss lg.pcx
#LKISS_RACE_EGYPTIANS
art\leaderheads\BS_KIS.pcx
#LKISS_RACE_GREEKS
art\leaderheads\AL_KIS.pcx
#LKISS_RACE_BABYLON
art\leaderheads\Zombie_KIS.pcx
#LKISS_RACE_FARMERS
art\leaderheads\FM_KIS.pcx

####
# Small Kiss Icons (diplomatic losers)
#SKISS_RACE_ROMANS
art\leaderheads\x_brennus victory kiss sm.pcx
#SKISS_RACE_EGYPTIANS
art\leaderheads\BS_SKIS.pcx
#SKISS_RACE_GREEKS
art\leaderheads\AL_SKIS.pcx
#SKISS_RACE_BABYLON
art\leaderheads\Zombie_SKIS.pcx
#SKISS_RACE_FARMERS
art\leaderheads\FM_SKIS.pcx

####
# Small Angry Icons (domination/space losers)
#ANGRY_RACE_ROMANS
art\leaderheads\x_brennus victory angry sm.pcx
#ANGRY_RACE_EGYPTIANS
art\leaderheads\BS_ANG.pcx
#ANGRY_RACE_GREEKS
art\leaderheads\AL_ANG.pcx
#ANGRY_RACE_BABYLON
art\leaderheads\Zombie_ANG.pcx
#ANGRY_RACE_FARMERS
art\leaderheads\FM_ANG.pcx

####
# Small loving Icons (Cultural Victory Loser)
#ILOVE_RACE_ROMANS
art\leaderheads\x_brennus victory heart sm.pcx
#ILOVE_RACE_EGYPTIANS
art\leaderheads\BS_CULT.pcx
#ILOVE_RACE_GREEKS
art\leaderheads\AL_CULT.pcx
#ILOVE_RACE_BABYLON
art\leaderheads\Zombie_CULT.pcx
#ILOVE_RACE_FARMERS
art\leaderheads\FM_CULT.pcx

####
# Small loved Icons (Cultural Victory Winner)
#LOVED_RACE_ROMANS 
art\leaderheads\x_brennus victory heart tiny.pcx
#LOVED_RACE_EGYPTIANS
art\leaderheads\BS_CULTB.pcx
#LOVED_RACE_GREEKS
art\leaderheads\AL_CULTB.pcx
#LOVED_RACE_BABYLON
art\leaderheads\Zombie_CULTB.pcx
#LOVED_RACE_FARMERS
art\leaderheads\FM_CULTB.pcx

####
# Large Beaten-up Icons (defeat)
#LHURT_RACE_ROMANS
art\leaderheads\x_brennus victory beatup lg.pcx
#LHURT_RACE_EGYPTIANS
art\leaderheads\BS_CONQ_L.pcx
#LHURT_RACE_GREEKS
art\leaderheads\AL_CONQ_L.pcx
#LHURT_RACE_BABYLON
art\leaderheads\Zombie_CONQ_L.pcx
#LHURT_RACE_FARMERS
art\leaderheads\FM_CONQ_L.pcx

####
# Small Beaten-up Icons (conquered/eliminated)
#HURTN_RACE_ROMANS
art\leaderheads\x_brennus victory beatup sm.pcx
#HURTN_RACE_EGYPTIANS
art\leaderheads\BS_CONQ.pcx
#HURTN_RACE_GREEKS
art\leaderheads\AL_CONQ.pcx
#HURTN_RACE_BABYLON
art\leaderheads\Zombie_CONQ.pcx
#HURTN_RACE_FARMERS
art\leaderheads\FM_CONQ.pcx

#END LEADER/RACE ART

#########################################################################################
#START CIVILOPEDIA ART
#Non-Tech Govts
#ICON_GOVT_Panic
art\civilopedia\icons\PanicLarge.pcx
art\civilopedia\icons\PanicSmall.pcx
#ICON_GOVT_Survive
art\civilopedia\icons\SurviveLarge.pcx
art\civilopedia\icons\SurviveSmall.pcx
#ICON_GOVT_ZOMBIFIED
art\civilopedia\icons\ZombifiedLarge.pcx
art\civilopedia\icons\ZombifiedSmall.pcx
#ICON_GOVT_DETERMINATION
art\civilopedia\icons\DeterminationLarge.pcx
art\civilopedia\icons\DeterminationSmall.pcx
#ICON_GOVT_HR
Art\civilopedia\Icons\criminalcodelarge.pcx
Art\civilopedia\Icons\criminalcodesmall.pcx
#ICON_GOVT_MARTIAL_LAW
art\civilopedia\icons\MartialLawLarge.pcx
art\civilopedia\icons\MartialLawSmall.pcx

#End non-tech Gov'ts

#Start Races
#ICON_RACE_ROMANS
art\civilopedia\icons\races\BrennusCivpediaLarge.pcx
art\civilopedia\icons\races\BrennusCivpediaSmall.pcx
#ICON_RACE_EGYPTIANS
art\civilopedia\icons\races\germanslarge.pcx
art\civilopedia\icons\races\germanssmall.pcx
#ICON_RACE_GREEKS
art\civilopedia\icons\races\greecelarge.pcx
art\civilopedia\icons\races\greecesmall.pcx
#ICON_RACE_BABYLON
art\civilopedia\icons\races\ZombieLarge.pcx
art\civilopedia\icons\races\ZombieSmall.pcx
#ICON_RACE_FARMERS
art\civilopedia\icons\races\FarmerLARGE.pcx
art\civilopedia\icons\races\FarmerSMALL.pcx

###########################
#Start Worker actions...
#ICON_TFRM_Mine
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Fortress
art\civilopedia\icons\terrain\buildfortlarge.pcx
art\civilopedia\icons\terrain\buildfortsmall.pcx
#ICON_TFRM_Irrigation
art\civilopedia\icons\terrain\irrigationlarge.pcx
art\civilopedia\icons\terrain\irrigationsmall.pcx
#ICON_TFRM_Road
art\civilopedia\icons\terrain\streetslarge.pcx
art\civilopedia\icons\terrain\streetssmall.pcx
#ICON_TFRM_Railroad
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Plant_Forest
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Clear_Forest
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Clear_Jungle
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Build_Colony
art\civilopedia\icons\terrain\buildcolonylarge.pcx
art\civilopedia\icons\terrain\buildcolonysmall.pcx
#ICON_TFRM_Airfield
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Radar_Tower
art\civilopedia\icons\terrain\radar_large.pcx
art\civilopedia\icons\terrain\radar_small.pcx
#ICON_TFRM_Outpost
art\civilopedia\icons\terrain\detect tower_large.pcx
art\civilopedia\icons\terrain\detect tower_small.pcx
#ICON_TFRM_Clear_Wetlands
art\civilopedia\icons\terrain\GenericLarge.pcx
art\civilopedia\icons\terrain\GenericSmall.pcx
#ICON_TFRM_Clear_Dead_Bodies
art\civilopedia\icons\terrain\ClearDamageLarge.pcx
art\civilopedia\icons\terrain\ClearDamageSmall.pcx
#ICON_TFRM_Barricades
art\civilopedia\icons\terrain\BuildBarricadesLarge.pcx
art\civilopedia\icons\terrain\BuildBarricadesSmall.pcx
#End Worker actions

#start terrain...
#ICON_TERR_Coast
art\civilopedia\icons\terrain\coastlinelarge.pcx
art\civilopedia\icons\terrain\coastlinesmall.pcx
#ICON_TERR_Desert
art\civilopedia\icons\terrain\desertlarge.pcx
art\civilopedia\icons\terrain\desertsmall.pcx
#ICON_TERR_Flood_Plain
art\civilopedia\icons\terrain\streetslarge.pcx
art\civilopedia\icons\terrain\streetssmall.pcx
#ICON_TERR_Forest
art\civilopedia\icons\terrain\forestlarge.pcx
art\civilopedia\icons\terrain\forestsmall.pcx
#ICON_TERR_Grassland
art\civilopedia\icons\terrain\grasslandlarge.pcx
art\civilopedia\icons\terrain\grasslandsmall.pcx
#ICON_TERR_Grassland_with_Shield
art\civilopedia\icons\terrain\StraySupplyDropLarge.pcx
art\civilopedia\icons\terrain\StraySupplyDropSmall.pcx
#ICON_TERR_Hills
art\civilopedia\icons\terrain\hillslarge.pcx
art\civilopedia\icons\terrain\hillssmall.pcx
#ICON_TERR_Jungle
art\civilopedia\icons\terrain\junglelarge.pcx
art\civilopedia\icons\terrain\junglesmall.pcx
#ICON_TERR_Mountains
art\civilopedia\icons\terrain\mountainslarge.pcx
art\civilopedia\icons\terrain\mountainssmall.pcx
#ICON_TERR_Ocean
art\civilopedia\icons\terrain\oceanlarge.pcx
art\civilopedia\icons\terrain\oceansmall.pcx
#ICON_TERR_Plains
art\civilopedia\icons\terrain\Farmlandlarge.pcx
art\civilopedia\icons\terrain\Farmlandsmall.pcx
#ICON_TERR_Sea
art\civilopedia\icons\terrain\sealarge.pcx
art\civilopedia\icons\terrain\seasmall.pcx
#ICON_TERR_Tundra
art\civilopedia\icons\terrain\ContaminatedBeachesLarge.pcx
art\civilopedia\icons\terrain\ContaminatedBeachesSmall.pcx
#ICON_TERR_River
art\civilopedia\icons\terrain\riverslarge.pcx
art\civilopedia\icons\terrain\riverssmall.pcx
#ICON_TERR_Fresh_Water_Lake
art\civilopedia\icons\terrain\freshwaterLakeslarge.pcx
art\civilopedia\icons\terrain\freshwaterLakessmall.pcx
#ICON_TERR_Volcano
art\civilopedia\icons\terrain\Volcanolarge.pcx
art\civilopedia\icons\terrain\Volcanosmall.pcx
#ICON_TERR_Marsh
art\civilopedia\icons\terrain\HWYDeptStockpileLarge.pcx
art\civilopedia\icons\terrain\HWYDeptStockpileSmall.pcx
#ICON_TERR_xHills
art\civilopedia\icons\terrain\OfficialAreaLarge.pcx
art\civilopedia\icons\terrain\OfficialAreaSmall.pcx
#End terrain

#start resources
#ICON_GOOD_Military_Gear
art\civilopedia\icons\resources\MilitaryGearLarge.pcx
art\civilopedia\icons\resources\MilitaryGearSmall.pcx
#ICON_GOOD_Iron
art\civilopedia\icons\resources\machinerylarge.pcx
art\civilopedia\icons\resources\machinerysmall.pcx
#ICON_GOOD_Aluminum
art\civilopedia\icons\resources\ammolarge.pcx
art\civilopedia\icons\resources\ammosmall.pcx
#ICON_GOOD_Oil
art\civilopedia\icons\resources\fuellarge.pcx
art\civilopedia\icons\resources\fuelsmall.pcx
#ICON_GOOD_Rubber
art\civilopedia\icons\resources\sparepartslarge.pcx
art\civilopedia\icons\resources\sparepartssmall.pcx
#ICON_GOOD_Uranium
art\civilopedia\icons\resources\uraniumlarge.pcx
art\civilopedia\icons\resources\uraniumsmall.pcx
#ICON_GOOD_Roadkill
art\civilopedia\icons\resources\roadkilllarge.pcx
art\civilopedia\icons\resources\roadkillsmall.pcx
#ICON_GOOD_Spam
art\civilopedia\icons\resources\spamlarge.pcx
art\civilopedia\icons\resources\spamsmall.pcx
#ICON_GOOD_Pilot
art\civilopedia\icons\resources\pilotslarge.pcx
art\civilopedia\icons\resources\pilotssmall.pcx
#ICON_GOOD_Chainsaws
art\civilopedia\icons\resources\chainsawlarge.pcx
art\civilopedia\icons\resources\chainsawsmall.pcx
#ICON_GOOD_Bats
art\civilopedia\icons\resources\batslarge.pcx
art\civilopedia\icons\resources\batssmall.pcx
#ICON_GOOD_Dogs
art\civilopedia\icons\resources\dogslarge.pcx
art\civilopedia\icons\resources\dogssmall.pcx
#ICON_GOOD_Files
art\civilopedia\icons\resources\fileslarge.pcx
art\civilopedia\icons\resources\filessmall.pcx
#ICON_GOOD_Sheep
art\civilopedia\icons\resources\woollarge.pcx
art\civilopedia\icons\resources\woolsmall.pcx
#ICON_GOOD_Sewer
art\civilopedia\icons\resources\sewerlarge.pcx
art\civilopedia\icons\resources\sewersmall.pcx
#ICON_GOOD_Goo
art\civilopedia\icons\resources\zombiegoolarge.pcx
art\civilopedia\icons\resources\zombiegoosmall.pcx
#ICON_GOOD_Nerd
art\civilopedia\icons\resources\nerd-large.pcx
art\civilopedia\icons\resources\nerd-small.pcx
#ICON_GOOD_Booze
art\civilopedia\icons\resources\boozlarge.pcx
art\civilopedia\icons\resources\boozsmall.pcx
#ICON_GOOD_Pills
art\civilopedia\icons\resources\medicine_large.pcx
art\civilopedia\icons\resources\medicine_small.pcx
#ICON_GOOD_Coffee
art\civilopedia\icons\resources\coffeemuglarge.pcx
art\civilopedia\icons\resources\coffeemugsmall.pcx
#ICON_GOOD_Food_Parcel
art\civilopedia\icons\resources\aidparcellarge.pcx
art\civilopedia\icons\resources\aidparcelsmall.pcx
#ICON_GOOD_Booze
art\civilopedia\icons\resources\boozlarge.pcx
art\civilopedia\icons\resources\boozsmall.pcx
#ICON_GOOD_Spin
art\civilopedia\icons\resources\spindoctorslarge.pcx
art\civilopedia\icons\resources\spindoctorssmall.pcx
#ICON_GOOD_Transmitter
art\civilopedia\icons\resources\transmitterlarge.pcx
art\civilopedia\icons\resources\transmittersmall.pcx
#ICON_GOOD_Gold_Record
art\civilopedia\icons\resources\goldrecordlarge.pcx
art\civilopedia\icons\resources\goldrecordsmall.pcx
#ICON_Good_Unobtainable
art\civilopedia\icons\resources\unobtainablelarge.pcx
art\civilopedia\icons\resources\unobtainablesmall.pcx
#ICON_Good_Furniture
art\civilopedia\icons\resources\furniturelarge.pcx
art\civilopedia\icons\resources\furnituresmall.pcx
#ICON_GOOD_Police_Chief
art\civilopedia\icons\resources\policechieflarge.pcx
art\civilopedia\icons\resources\policechiefsmall.pcx
#ICON_GOOD_Movie_Reel
art\civilopedia\icons\resources\moviereellarge.pcx
art\civilopedia\icons\resources\moviereelsmall.pcx
#ICON_GOOD_Stripper
art\civilopedia\icons\resources\stripperlarge.pcx
art\civilopedia\icons\resources\strippersmall.pcx
#ICON_GOOD_Docker
art\civilopedia\icons\resources\dockerlarge.pcx
art\civilopedia\icons\resources\dockersmall.pcx
#ICON_GOOD_Detective
art\civilopedia\icons\resources\magnifyingglasslarge.pcx
art\civilopedia\icons\resources\magnifyingglasssmall.pcx
#ICON_GOOD_Cola
art\civilopedia\icons\resources\colalarge.pcx
art\civilopedia\icons\resources\colasmall.pcx
#ICON_GOOD_Marine_Recruits
art\civilopedia\icons\resources\marinerecruitslarge.pcx
art\civilopedia\icons\resources\marinerecruitssmall.pcx
#ICON_GOOD_Chemicals
art\civilopedia\icons\resources\ChemicalsLarge.pcx
art\civilopedia\icons\resources\ChemicalsSmall.pcx
#ICON_GOOD_Fish
art\civilopedia\icons\resources\FishLarge.pcx
art\civilopedia\icons\resources\FishSmall.pcx
#ICON_GOOD_Tropical_Fruit
art\civilopedia\icons\resources\TropicalFruitLarge.pcx
art\civilopedia\icons\resources\TropicalFruitSmall.pcx
#ICON_GOOD_Spider_Eggs
art\civilopedia\icons\resources\SpiderEggsLarge.pcx
art\civilopedia\icons\resources\SpiderEggsSmall.pcx
#ICON_GOOD_Junk_Food
art\civilopedia\icons\resources\JunkFoodLarge.pcx
art\civilopedia\icons\resources\JunkFoodSmall.pcx
#ICON_GOOD_Flamethrowers
art\civilopedia\icons\resources\FlamethrowersLarge.pcx
art\civilopedia\icons\resources\FlamethrowersSmall.pcx
#ICON_GOOD_Old_Folks
art\civilopedia\icons\resources\OldFolksLarge.pcx
art\civilopedia\icons\resources\OldFolksSmall.pcx
#ICON_GOOD_Pearls
art\civilopedia\icons\resources\PearlsLarge.pcx
art\civilopedia\icons\resources\PearlsSmall.pcx
#ICON_GOOD_Windmill
art\civilopedia\icons\resources\WindmillLarge.pcx
art\civilopedia\icons\resources\WindmillSmall.pcx
#ICON_GOOD_Burial_Ground
art\civilopedia\icons\resources\BurialGroundLarge.pcx
art\civilopedia\icons\resources\BurialGroundSmall.pcx
#ICON_GOOD_Evil_Skull
art\civilopedia\icons\resources\EvilSkullLarge.pcx
art\civilopedia\icons\resources\EvilSkullSmall.pcx
#ICON_GOOD_Fruit
art\civilopedia\icons\resources\FruitLarge.pcx
art\civilopedia\icons\resources\FruitSmall.pcx
#ICON_GOOD_Cattle
art\civilopedia\icons\resources\CattleLarge.pcx
art\civilopedia\icons\resources\CattleSmall.pcx
#ICON_GOOD_Goats
art\civilopedia\icons\resources\GoatsLarge.pcx
art\civilopedia\icons\resources\GoatsSmall.pcx
#ICON_GOOD_Barley
art\civilopedia\icons\resources\BarleyLarge.pcx
art\civilopedia\icons\resources\BarleySmall.pcx
#ICON_GOOD_Coffee_Beans
art\civilopedia\icons\resources\CoffeeBeansLarge.pcx
art\civilopedia\icons\resources\CoffeeBeansSmall.pcx
#ICON_GOOD_Poultry
art\civilopedia\icons\resources\PoultryLarge.pcx
art\civilopedia\icons\resources\PoultrySmall.pcx
#ICON_GOOD_Tobacco
art\civilopedia\icons\resources\TobaccoLarge.pcx
art\civilopedia\icons\resources\TobaccoSmall.pcx
#ICON_GOOD_Timber
art\civilopedia\icons\resources\TimberLarge.pcx
art\civilopedia\icons\resources\TimberSmall.pcx
#ICON_GOOD_Furs
art\civilopedia\icons\resources\FursLarge.pcx
art\civilopedia\icons\resources\FursSmall.pcx
#ICON_GOOD_Corn
art\civilopedia\icons\resources\CornLarge.pcx
art\civilopedia\icons\resources\CornSmall.pcx
#ICON_GOOD_Pigs
art\civilopedia\icons\resources\PigsLarge.pcx
art\civilopedia\icons\resources\PigsSmall.pcx
#End Resources

#start units
#ICON_PRTO_Handy_Man
art\civilopedia\icons\units\HandyManLarge.pcx
art\civilopedia\icons\units\HandyManSmall.pcx
#ICON_PRTO_Prospector
art\civilopedia\icons\units\ProspectorLarge.pcx
art\civilopedia\icons\units\ProspectorSmall.pcx
#ICON_PRTO_Scout
art\civilopedia\icons\units\02scoutlarge.pcx
art\civilopedia\icons\units\02scoutsmall.pcx
#ICON_PRTO_Marine
art\civilopedia\icons\units\04marinelarge.pcx
art\civilopedia\icons\units\04marinesmall.pcx
#ICON_PRTO_SWAT
art\civilopedia\icons\units\XXPeacekeeperlarge.pcx
art\civilopedia\icons\units\XXPeacekeepersmall.pcx
#ICON_PRTO_Paratrooper
art\civilopedia\icons\units\05paratrooperlarge.pcx
art\civilopedia\icons\units\05paratroopersmall.pcx
#ICON_PRTO_Zombie
art\civilopedia\icons\units\RomerozombieLarge.pcx
art\civilopedia\icons\units\RomerozombieSmall.pcx
#ICON_PRTO_Sneaky_Zombie
art\civilopedia\icons\units\GhoulLarge.pcx
art\civilopedia\icons\units\GhoulSmall.pcx
#ICON_PRTO_Modern_Armor
art\civilopedia\icons\units\21modernarmorlarge.pcx
art\civilopedia\icons\units\21modernarmorsmall.pcx
#ICON_PRTO_Cruise_Missile
art\civilopedia\icons\units\CruiseMissileLarge.pcx
art\civilopedia\icons\units\CruiseMissileSmall.pcx
#ICON_PRTO_Shrike
art\civilopedia\icons\units\V1RocketLarge.pcx
art\civilopedia\icons\units\V1RocketSmall.pcx
#ICON_PRTO_NUKE
art\civilopedia\icons\units\27icbmtacticallarge.pcx
art\civilopedia\icons\units\27icbmtacticalsmall.pcx
#ICON_PRTO_ICBM
art\civilopedia\icons\units\28icbmlarge.pcx
art\civilopedia\icons\units\28icbmsmall.pcx
#ICON_PRTO_Transport
art\civilopedia\icons\units\34transportlarge.pcx
art\civilopedia\icons\units\34transportsmall.pcx
#ICON_PRTO_Carrier
art\civilopedia\icons\units\35nimitzlarge.pcx
art\civilopedia\icons\units\35nimitzsmall.pcx
#ICON_PRTO_AEGIS_Cruiser
art\civilopedia\icons\units\39aegiscruiserlarge.pcx
art\civilopedia\icons\units\39aegiscruisersmall.pcx
#ICON_PRTO_Helicopter
art\civilopedia\icons\units\43transporthelicopterlarge.pcx
art\civilopedia\icons\units\43transporthelicoptersmall.pcx
#ICON_PRTO_Leader
art\civilopedia\icons\units\Army_VictorLarge.pcx
art\civilopedia\icons\units\Army_VictorSmall.pcx
#ICON_PRTO_Army
art\civilopedia\icons\units\48armylarge.pcx
art\civilopedia\icons\units\48armysmall.pcx
#ICON_PRTO_Mr_Tokugawa
art\civilopedia\icons\units\59japanesesamurailarge.pcx
art\civilopedia\icons\units\59japaneseSamuraismall.pcx
#ICON_PRTO_Shogun
art\civilopedia\icons\units\samurai01.pcx
art\civilopedia\icons\units\samurai01 sm.pcx
#ICON_PRTO_F-15
art\civilopedia\icons\units\64americanf15large.pcx
art\civilopedia\icons\units\64americanf15small.pcx
#ICON_PRTO_Badass
art\civilopedia\icons\units\x_Guerilla civpedia lg.pcx
art\civilopedia\icons\units\x_Guerilla civpedia sm.pcx
#ICON_PRTO_National_Guard
art\civilopedia\icons\units\66ModernInfantrylarge.pcx
art\civilopedia\icons\units\66ModernInfantrysmall.pcx
#ICON_PRTO_Old_War_Vet
art\civilopedia\icons\units\OldTimerLarge.pcx
art\civilopedia\icons\units\OldTimerSmall.pcx
#ICON_PRTO_Abe_Peters
art\civilopedia\icons\units\AbePetersLarge.pcx
art\civilopedia\icons\units\AbePetersSmall.pcx
#ICON_PRTO_Charlie
art\civilopedia\icons\units\AbePetersLarge.pcx
art\civilopedia\icons\units\AbePetersSmall.pcx
#ICON_PRTO_Hilton_Smith
art\civilopedia\icons\units\AbePetersLarge.pcx
art\civilopedia\icons\units\AbePetersSmall.pcx
#ICON_PRTO_Mutant_Zombie
art\civilopedia\icons\units\ZombieLarge.pcx
art\civilopedia\icons\units\ZombieSmall.pcx
#ICON_PRTO_To_Be_Continued
art\civilopedia\icons\units\ZombieLarge.pcx
art\civilopedia\icons\units\ZombieSmall.pcx
#ICON_PRTO_Black_Ops
art\civilopedia\icons\units\SASlarge.pcx
art\civilopedia\icons\units\SASsmall.pcx
#ICON_PRTO_Security
art\civilopedia\icons\units\BodyguardLarge.pcx
art\civilopedia\icons\units\BodyguardSmall.pcx
#ICON_PRTO_Spunky_Kid
art\civilopedia\icons\units\SpunkyKidLarge.pcx
art\civilopedia\icons\units\SpunkyKidSmall.pcx
#ICON_PRTO_Mean_Machine
art\civilopedia\icons\units\MotorizedGuerillaLARGE.pcx
art\civilopedia\icons\units\MotorizedGuerillaSMALL.pcx
#ICON_PRTO_Chain_Girl
art\civilopedia\icons\units\GatlingGalLarge.pcx
art\civilopedia\icons\units\GatlingGalSmall.pcx
#ICON_PRTO_Pyromaniac
art\civilopedia\icons\units\PyromaniacLarge.pcx
art\civilopedia\icons\units\PyromaniacSmall.pcx
#ICON_PRTO_Monster_Zombie
art\civilopedia\icons\units\MonsterZombieLarge.pcx
art\civilopedia\icons\units\MonsterZombieSmall.pcx
#ICON_PRTO_Our_Hero
art\civilopedia\icons\units\HannibalLarge.pcx
art\civilopedia\icons\units\HannibalSmall.pcx
#ICON_PRTO_Badass_Hero
art\civilopedia\icons\units\BadassHeroLarge.pcx
art\civilopedia\icons\units\BadassHeroSmall.pcx
#ICON_PRTO_Flamin'_Hero
art\civilopedia\icons\units\Flamin'HeroLarge.pcx
art\civilopedia\icons\units\Flamin'HeroSmall.pcx
#ICON_PRTO_Supply_Parcel
art\civilopedia\icons\units\SupplyParcelLarge.pcx
art\civilopedia\icons\units\SupplyParcelSmall.pcx
#ICON_PRTO_General_Unleashed
art\civilopedia\icons\units\x_Bismarck civpedia lg.pcx
art\civilopedia\icons\units\x_Bismarck civpedia sm.pcx
#ICON_PRTO_General_Restricted
art\civilopedia\icons\units\x_Bismarck civpedia lg.pcx
art\civilopedia\icons\units\x_Bismarck civpedia sm.pcx
#ICON_PRTO_Director
art\civilopedia\icons\units\hawking_large.pcx
art\civilopedia\icons\units\hawking_small.pcx
#ICON_PRTO_Mayor_Reynolds
art\civilopedia\icons\units\x_Abe civpedia lg.pcx
art\civilopedia\icons\units\x_Abe civpedia sm.pcx
#ICON_PRTO_Scientist
art\civilopedia\icons\units\X2_SciLeader_large.pcx
art\civilopedia\icons\units\X2_SciLeader_small.pcx
#ICON_PRTO_Freddie
art\civilopedia\icons\units\ChainsawManiacLarge.pcx
art\civilopedia\icons\units\ChainsawManiacSmall.pcx
#ICON_PRTO_Chainsaw_Maniac
art\civilopedia\icons\units\ChainsawManiacLarge.pcx
art\civilopedia\icons\units\ChainsawManiacSmall.pcx
#ICON_PRTO_Ms_Tokugawa
art\civilopedia\icons\units\BondGirlLarge.pcx
art\civilopedia\icons\units\BondGirlSmall.pcx
#ICON_PRTO_T-800
art\civilopedia\icons\units\T800Large.pcx
art\civilopedia\icons\units\T800Small.pcx
#ICON_PRTO_Zombie_Nurses
art\civilopedia\icons\units\ZNurseLarge.pcx
art\civilopedia\icons\units\ZNurseSmall.pcx
#ICON_PRTO_Da_Vinci_Tank
art\civilopedia\icons\units\DaVinciTankLarge.pcx
art\civilopedia\icons\units\DaVinciTankSmall.pcx
#ICON_PRTO_Grave_Swarm
art\civilopedia\icons\units\TombSwarmLarge.pcx
art\civilopedia\icons\units\TombSwarmSmall.pcx
#ICON_PRTO_Zombie_Bat
art\civilopedia\icons\units\ZombieBatLarge.pcx
art\civilopedia\icons\units\ZombieBatSmall.pcx
#ICON_PRTO_Zombie_Bat_Bomber
art\civilopedia\icons\units\ZombieBatBomberLarge.pcx
art\civilopedia\icons\units\ZombieBatBomberSmall.pcx
#ICON_PRTO_Zombie_Dog
art\civilopedia\icons\units\ZombieDogsLarge.pcx
art\civilopedia\icons\units\ZombieDogsSmall.pcx
#ICON_PRTO_Mutant_Dog
art\civilopedia\icons\units\2_ZombieDogsLarge.pcx
art\civilopedia\icons\units\2_ZombieDogsSmall.pcx
#ICON_PRTO_Monster_Dog
art\civilopedia\icons\units\MonsterDogLarge.pcx
art\civilopedia\icons\units\MonsterDogSmall.pcx
#ICON_PRTO_Nuclear_Dog
art\civilopedia\icons\units\NuclearDogLarge.pcx
art\civilopedia\icons\units\NuclearDogSmall.pcx
#ICON_PRTO_Attack_Dog
art\civilopedia\icons\units\HuskyLarge.pcx
art\civilopedia\icons\units\HuskySmall.pcx
#ICON_PRTO_Guard_Dog
art\civilopedia\icons\units\WarDogLarge.pcx
art\civilopedia\icons\units\WarDogSmall.pcx
#ICON_PRTO_Pre-Zombie_Dog
art\civilopedia\icons\units\Pre-ZombieDogLarge.pcx
art\civilopedia\icons\units\Pre-ZombieDogSmall.pcx
#ICON_PRTO_Infected_Dog
art\civilopedia\icons\units\InfectedDogLarge.pcx
art\civilopedia\icons\units\InfectedDogSmall.pcx
#ICON_PRTO_Scraps
art\civilopedia\icons\units\InfectedDogLarge.pcx
art\civilopedia\icons\units\InfectedDogSmall.pcx
#ICON_PRTO_Tank
art\civilopedia\icons\units\LeopardLarge.pcx
art\civilopedia\icons\units\LeopardSmall.pcx
#ICON_PRTO_Roaming_Alpha_Zombie
art\civilopedia\icons\units\AlphaZombieLarge.pcx
art\civilopedia\icons\units\AlphaZombieSmall.pcx
#ICON_PRTO_Sated_Alpha_Zombie
art\civilopedia\icons\units\AlphaZombieLarge.pcx
art\civilopedia\icons\units\AlphaZombieSmall.pcx
#ICON_PRTO_Test_Subject_Alpha
art\civilopedia\icons\units\TSAlphaLarge.pcx
art\civilopedia\icons\units\TSAlphaSmall.pcx
#ICON_PRTO_Test_Subject_Alpha_Escaped
art\civilopedia\icons\units\TSAlphaLarge.pcx
art\civilopedia\icons\units\TSAlphaSmall.pcx
#ICON_PRTO_Mike_Rush
art\civilopedia\icons\units\MikeRushLarge.pcx
art\civilopedia\icons\units\MikeRushSmall.pcx
#ICON_PRTO_Rushmobile
art\civilopedia\icons\units\BarracudaLarge.pcx
art\civilopedia\icons\units\BarracudaSmall.pcx
#ICON_PRTO_Old_Clunker
art\civilopedia\icons\units\CarLarge.pcx
art\civilopedia\icons\units\CarSmall.pcx
#ICON_PRTO_Delivery_Car
art\civilopedia\icons\units\BMWLarge.pcx
art\civilopedia\icons\units\BMWSmall.pcx
#ICON_PRTO_Company_Car
art\civilopedia\icons\units\BMWLarge.pcx
art\civilopedia\icons\units\BMWSmall.pcx
#ICON_PRTO_Hotwired_Car
art\civilopedia\icons\units\HotwiredCarLarge.pcx
art\civilopedia\icons\units\HotwiredCarSmall.pcx
#ICON_PRTO_City_Car
art\civilopedia\icons\units\CityCarLarge.pcx
art\civilopedia\icons\units\CityCarSmall.pcx
#ICON_PRTO_Municipal_Car
art\civilopedia\icons\units\MunicipalCarLarge.pcx
art\civilopedia\icons\units\MunicipalCarSmall.pcx
#ICON_PRTO_Hank
art\civilopedia\icons\units\Gruntlarge.pcx
art\civilopedia\icons\units\Gruntsmall.pcx
#ICON_PRTO_Diego
art\civilopedia\icons\units\XXSpetsnazlarge.pcx
art\civilopedia\icons\units\XXSpetsnazsmall.pcx
#ICON_PRTO_Daryl_Paine
art\civilopedia\icons\units\DarylPaineLarge.pcx
art\civilopedia\icons\units\DarylPaineSmall.pcx
#ICON_PRTO_Rouerk
art\civilopedia\icons\units\SepLarge.pcx
art\civilopedia\icons\units\SepSmall.pcx
#ICON_PRTO_Manbot
art\civilopedia\icons\units\ManbotLarge.pcx
art\civilopedia\icons\units\ManbotSmall.pcx
#ICON_PRTO_Lara
art\civilopedia\icons\units\TRLarge.pcx
art\civilopedia\icons\units\TRSmall.pcx
#ICON_PRTO_Zeb
art\civilopedia\icons\units\ZebLarge.pcx
art\civilopedia\icons\units\ZebSmall.pcx
#ICON_PRTO_Farmhand
art\civilopedia\icons\units\FarmhandLarge.pcx
art\civilopedia\icons\units\FarmhandSmall.pcx
#ICON_PRTO_Exploding_Sheep
art\civilopedia\icons\units\ExplodingSheepLarge.pcx
art\civilopedia\icons\units\ExplodingSheepSmall.pcx
#ICON_PRTO_Armed_Farmhand
art\civilopedia\icons\units\ArmedFarmhandLarge.pcx
art\civilopedia\icons\units\ArmedFarmhandSmall.pcx
#ICON_PRTO_Troop_Truck
art\civilopedia\icons\units\dodgeLG.pcx
art\civilopedia\icons\units\dodgeSM.pcx
#ICON_PRTO_TOW_Infantry
art\civilopedia\icons\units\x2_TOWinfantrry_civpedia lg.pcx
art\civilopedia\icons\units\x2_TOWinfantrry_civpedia sm.pcx
#ICON_PRTO_Elvis
art\civilopedia\icons\units\ElvisPutnamLarge.pcx
art\civilopedia\icons\units\ElvisPutnamSmall.pcx
#ICON_PRTO_Worker
art\civilopedia\icons\units\01workerlarge.pcx
art\civilopedia\icons\units\01workersmall.pcx
#ICON_PRTO_Engineer
art\civilopedia\icons\units\engineer.pcx
art\civilopedia\icons\units\engineersm.pcx
#ICON_PRTO_SewerR.A.T.
art\civilopedia\icons\units\SewerRATlarge.pcx
art\civilopedia\icons\units\SewerRATsmall.pcx
#ICON_PRTO_Riot_Cop
art\civilopedia\icons\units\RiotPoliceLG.pcx
art\civilopedia\icons\units\RiotPoliceSM.pcx
#ICON_PRTO_Cop
art\civilopedia\icons\units\CopLarge.pcx
art\civilopedia\icons\units\CopSmall.pcx
#ICON_PRTO_Jaimo
art\civilopedia\icons\units\JaimoLarge.pcx
art\civilopedia\icons\units\JaimoSmall.pcx
#ICON_PRTO_Civilian
art\civilopedia\icons\units\CivilianLarge.pcx
art\civilopedia\icons\units\CivilianSmall.pcx
#ICON_PRTO_Nerd
art\civilopedia\icons\units\JaimoLarge.pcx
art\civilopedia\icons\units\JaimoSmall.pcx
#ICON_PRTO_Security_SMG
art\civilopedia\icons\units\BondSMGLarge.pcx
art\civilopedia\icons\units\BondSMGSmall.pcx
#ICON_PRTO_Sam_Hammer
art\civilopedia\icons\units\SamHammerLarge.pcx
art\civilopedia\icons\units\SamHammerSmall.pcx
#ICON_PRTO_Detective
art\civilopedia\icons\units\DetectiveLarge.pcx
art\civilopedia\icons\units\DetectiveSmall.pcx
#ICON_PRTO_Cropduster
art\civilopedia\icons\units\GlosterGladiatorLarge.pcx
art\civilopedia\icons\units\GlosterGladiatorSmall.pcx
#ICON_PRTO_Nuclear_Zombie
art\civilopedia\icons\units\NuclearZombieLarge.pcx
art\civilopedia\icons\units\NuclearZombieSmall.pcx
#ICON_PRTO_Friar_Thomas
art\civilopedia\icons\units\FranciscanLarge.pcx
art\civilopedia\icons\units\FranciscanSmall.pcx
#ICON_PRTO_Empowered_Priest
art\civilopedia\icons\units\FranciscanLarge.pcx
art\civilopedia\icons\units\FranciscanSmall.pcx
#ICON_PRTO_Priest
art\civilopedia\icons\units\InquisitorLarge.pcx
art\civilopedia\icons\units\InquisitorSmall.pcx
#ICON_PRTO_Badass_Priest
art\civilopedia\icons\units\ModernInquisitorLarge.pcx
art\civilopedia\icons\units\ModernInquisitorSmall.pcx
#ICON_PRTO_Byker_Gal
art\civilopedia\icons\units\77BikerGyrllarge.pcx
art\civilopedia\icons\units\77BikerGyrlsmall.pcx
#ICON_PRTO_Stripper
art\civilopedia\icons\units\AmazonWarriorLARGE.pcx
art\civilopedia\icons\units\AmazonWarriorSMALL.pcx
#ICON_PRTO_Homemade_Mine
art\civilopedia\icons\units\137LandMineLarge.pcx
art\civilopedia\icons\units\137LandMineSmall.pcx
#ICON_PRTO_Docker
art\civilopedia\icons\units\FalxmanLarge.pcx
art\civilopedia\icons\units\FalxmanSmall.pcx
#ICON_PRTO_Elvis_The_King
art\civilopedia\icons\units\TheKingLarge.pcx
art\civilopedia\icons\units\TheKingSmall.pcx
#ICON_PRTO_Elvis_Impersonator
art\civilopedia\icons\units\TheKingLarge.pcx
art\civilopedia\icons\units\TheKingSmall.pcx
#ICON_PRTO_Zombie_Squid
art\civilopedia\icons\units\SquidLarge.pcx
art\civilopedia\icons\units\SquidSmall.pcx
#ICON_PRTO_Giant_Squid
art\civilopedia\icons\units\GiantSquidLarge.pcx
art\civilopedia\icons\units\GiantSquidSmall.pcx
#ICON_PRTO_Sewer_Guard
art\civilopedia\icons\units\SewerGuardLarge.pcx
art\civilopedia\icons\units\SewerGuardSmall.pcx
#ICON_PRTO_Military_Zombie
art\civilopedia\icons\units\ZombieGunLarge.pcx
art\civilopedia\icons\units\ZombieGunSmall.pcx
#ICON_PRTO_Dalek
art\civilopedia\icons\units\DalekLarge.pcx
art\civilopedia\icons\units\DalekSmall.pcx
#ICON_PRTO_Jogger
art\civilopedia\icons\units\EuroScoutLarge.pcx
art\civilopedia\icons\units\EuroScoutSmall.pcx
#ICON_PRTO_Victor_Survivors
art\civilopedia\icons\units\AshLarge.pcx
art\civilopedia\icons\units\AshSmall.pcx
#ICON_PRTO_Victor_Authorities
art\civilopedia\icons\units\X2_WWIIParatrooper_lg.pcx
art\civilopedia\icons\units\X2_WWIIParatrooper_sm.pcx
#ICON_PRTO_Victor_Company
art\civilopedia\icons\units\CyclotronLarge.pcx
art\civilopedia\icons\units\CyclotronSmall.pcx
#ICON_PRTO_Victor_Farmers
art\civilopedia\icons\units\FarmerChampionLarge.pcx
art\civilopedia\icons\units\FarmerChampionSmall.pcx
#ICON_PRTO_Victor_Zombies
art\civilopedia\icons\units\ZombieChampionLarge.pcx
art\civilopedia\icons\units\ZombieChampionSmall.pcx
#ICON_PRTO_Vuldacon
art\civilopedia\icons\units\ninja.pcx
art\civilopedia\icons\units\ninja sm.pcx
#ICON_PRTO_Prom_Queen
art\civilopedia\icons\units\PrincessLarge.pcx
art\civilopedia\icons\units\PrincessSmall.pcx
#ICON_PRTO_Sam_Hammer_Armed
art\civilopedia\icons\units\Spylarge.pcx
art\civilopedia\icons\units\SpySmall.pcx
#ICON_PRTO_CEO_Helicopter
art\civilopedia\icons\units\CEOHelicopterLarge.pcx
art\civilopedia\icons\units\CEOHelicopterSmall.pcx
#ICON_PRTO_Chopper_One
art\civilopedia\icons\units\CEOHelicopterLarge.pcx
art\civilopedia\icons\units\CEOHelicopterSmall.pcx
#ICON_PRTO_Attack_Chopper
art\civilopedia\icons\units\CEOHelicopterLarge.pcx
art\civilopedia\icons\units\CEOHelicopterSmall.pcx
#ICON_PRTO_Radio_Controlled_Balloon
art\civilopedia\icons\units\WarBalloonLarge.pcx
art\civilopedia\icons\units\WarBalloonSmall.pcx
#ICON_PRTO_Zombie_Worker
art\civilopedia\icons\units\ZombieWorkerLarge.pcx
art\civilopedia\icons\units\ZombieWorkerSmall.pcx
#ICON_PRTO_Lawman_Jed
art\civilopedia\icons\units\SheriffLarge.pcx
art\civilopedia\icons\units\SheriffSmall.pcx
#ICON_PRTO_Deadly_Lawman_Jed
art\civilopedia\icons\units\SheriffLarge.pcx
art\civilopedia\icons\units\SheriffSmall.pcx
#ICON_PRTO_Indian_Brave
art\civilopedia\icons\units\IroquoisBraveLarge.pcx
art\civilopedia\icons\units\IroquoisBraveSmall.pcx
#ICON_PRTO_Indian_Archer
art\civilopedia\icons\units\IroquoisArcherLarge.pcx
art\civilopedia\icons\units\IroquoisArcherSmall.pcx
#ICON_PRTO_Hiawatha
art\civilopedia\icons\units\x_Hiawatha civpedia lg.pcx
art\civilopedia\icons\units\x_Hiawatha civpedia sm.pcx
#ICON_PRTO_Bubba
art\civilopedia\icons\units\GiantLarge.pcx
art\civilopedia\icons\units\GiantSmall.pcx
#ICON_PRTO_Boloman
art\civilopedia\icons\units\BolomanLARGE.pcx
art\civilopedia\icons\units\BolomanSMALL.pcx
#ICON_PRTO_King_Arthur
art\civilopedia\icons\units\04marinelarge.pcx
art\civilopedia\icons\units\04marinesmall.pcx
#ICON_PRTO_Sniper_King_Arthur
art\civilopedia\icons\units\KingArthurLarge.pcx
art\civilopedia\icons\units\KingArthurSmall.pcx
#ICON_PRTO_M1_Mech_Armed
art\civilopedia\icons\units\M1MechLarge.pcx
art\civilopedia\icons\units\M1MechSmall.pcx
#ICON_PRTO_M1_Mech_Project
art\civilopedia\icons\units\M1MechLarge.pcx
art\civilopedia\icons\units\M1MechSmall.pcx
#ICON_PRTO_Highway_Patrol
art\civilopedia\icons\units\HighwayPatrolLarge.pcx
art\civilopedia\icons\units\HighwayPatrolSmall.pcx
#ICON_PRTO_HellFire_Missile
art\civilopedia\icons\units\HellFireMissileLarge.pcx
art\civilopedia\icons\units\HellFireMissileSmall.pcx
#ICON_PRTO_Shaggin'_Wagon
art\civilopedia\icons\units\Shaggin'WagonLarge.pcx
art\civilopedia\icons\units\Shaggin'WagonSmall.pcx
#ICON_PRTO_Crawling_Brain
art\civilopedia\icons\units\CrawlingBrainLarge.pcx
art\civilopedia\icons\units\CrawlingBrainSmall.pcx
#ICON_PRTO_Monster_Spider
art\civilopedia\icons\units\MonsterSpiderLarge.pcx
art\civilopedia\icons\units\MonsterSpiderSmall.pcx
#ICON_PRTO_The_Terror
art\civilopedia\icons\units\TheTerrorLarge.pcx
art\civilopedia\icons\units\TheTerrorSmall.pcx
#ICON_PRTO_Nasty_Horror
art\civilopedia\icons\units\NastyHorrorLarge.pcx
art\civilopedia\icons\units\NastyHorrorSmall.pcx
#ICON_PRTO_Road_Warrior
art\civilopedia\icons\units\RoadWarriorLarge.pcx
art\civilopedia\icons\units\RoadWarriorSmall.pcx
#ICON_PRTO_Skreech
art\civilopedia\icons\units\SkreechLarge.pcx
art\civilopedia\icons\units\SkreechSmall.pcx
#ICON_PRTO_Omega_Zombie
art\civilopedia\icons\units\OmegaZombieLarge.pcx
art\civilopedia\icons\units\OmegaZombieSmall.pcx
#ICON_PRTO_Dominant_Omega
art\civilopedia\icons\units\DominantOmegaZombieLarge.pcx
art\civilopedia\icons\units\DominantOmegaZombieSmall.pcx
#ICON_PRTO_Custom_Sailboat
art\civilopedia\icons\units\SwanshipLarge.pcx
art\civilopedia\icons\units\SwanshipSmall.pcx
#ICON_PRTO_Cruise_Mine
art\civilopedia\icons\units\CruiseMineLarge.pcx
art\civilopedia\icons\units\CruiseMineSmall.pcx
#ICON_PRTO_Mr_T_Drugged
art\civilopedia\icons\units\MrTLarge.pcx
art\civilopedia\icons\units\MrTSmall.pcx
#ICON_PRTO_Mr_T
art\civilopedia\icons\units\MrTLarge.pcx
art\civilopedia\icons\units\MrTSmall.pcx
#ICON_PRTO_RoboForce
art\civilopedia\icons\units\RoboForceLarge.pcx
art\civilopedia\icons\units\RoboForceSmall.pcx
#ICON_PRTO_Annihilator_Project
art\civilopedia\icons\units\AnnihilatorLarge.pcx
art\civilopedia\icons\units\AnnihilatorSmall.pcx
#ICON_PRTO_Annihilator_Armed
art\civilopedia\icons\units\AnnihilatorLarge.pcx
art\civilopedia\icons\units\AnnihilatorSmall.pcx
#ICON_PRTO_Macrobite
art\civilopedia\icons\units\BeholderLarge.pcx
art\civilopedia\icons\units\BeholderSmall.pcx
#ICON_PRTO_Voyager
art\civilopedia\icons\units\VoyagerLarge.pcx
art\civilopedia\icons\units\VoyagerSmall.pcx
#ICON_PRTO_The_Drunk
art\civilopedia\icons\units\TheDrunkLarge.pcx
art\civilopedia\icons\units\TheDrunkSmall.pcx
#ICON_PRTO_Oil_Barrel_Bomb
art\civilopedia\icons\units\OilBarrelBombLarge.pcx
art\civilopedia\icons\units\OilBarrelBombSmall.pcx
#ICON_PRTO_TARDIS
art\civilopedia\icons\units\TARDISLarge.pcx
art\civilopedia\icons\units\TARDISSmall.pcx
#ICON_PRTO_TARDIS_FullPower
art\civilopedia\icons\units\TARDISLarge.pcx
art\civilopedia\icons\units\TARDISSmall.pcx
#ICON_PRTO_Killer_Hornet
art\civilopedia\icons\units\KillerHornetLarge.pcx
art\civilopedia\icons\units\KillerHornetSmall.pcx
#ICON_PRTO_Captain_Spiff
art\civilopedia\icons\units\CaptainSpiffLarge.pcx
art\civilopedia\icons\units\CaptainSpiffSmall.pcx
#ICON_PRTO_Captain_Spiff_Power_Packed
art\civilopedia\icons\units\CaptainSpiffLarge.pcx
art\civilopedia\icons\units\CaptainSpiffSmall.pcx
#ICON_PRTO_Haunted_Campfire
art\civilopedia\icons\units\HauntedCampfireLarge.pcx
art\civilopedia\icons\units\HauntedCampfireSmall.pcx
#ICON_PRTO_Deadly_Chemicals
art\civilopedia\icons\units\DeadlyChemicalsLarge.pcx
art\civilopedia\icons\units\DeadlyChemicalsSmall.pcx
#ICON_PRTO_Sniper
art\civilopedia\icons\units\KingArthurLarge.pcx
art\civilopedia\icons\units\KingArthurSmall.pcx
#ICON_PRTO_Mustard_Gas_Bomb
art\civilopedia\icons\units\MustardGasBombLarge.pcx
art\civilopedia\icons\units\MustardGasBombSmall.pcx
#ICON_PRTO_Hazard_Truck
art\civilopedia\icons\units\HazardTruckLarge.pcx
art\civilopedia\icons\units\HazardTruckSmall.pcx
#ICON_PRTO_Corporate_Executive
art\civilopedia\icons\units\CorporateExecutiveLarge.pcx
art\civilopedia\icons\units\CorporateExecutiveSmall.pcx
#ICON_PRTO_Evil_Transport
art\civilopedia\icons\units\EvilTransportLarge.pcx
art\civilopedia\icons\units\EvilTransportSmall.pcx
#ICON_PRTO_Coffin_Zombie
art\civilopedia\icons\units\CoffinZombieLarge.pcx
art\civilopedia\icons\units\CoffinZombieSmall.pcx
#ICON_PRTO_Coffin_Mutant
art\civilopedia\icons\units\CoffinMutantLarge.pcx
art\civilopedia\icons\units\CoffinMutantSmall.pcx
#ICON_PRTO_Fresh_Zombie_Coffin
art\civilopedia\icons\units\PineCoffinLarge.pcx
art\civilopedia\icons\units\PineCoffinSmall.pcx
#ICON_PRTO_Fresh_Mutant_Coffin
art\civilopedia\icons\units\CoffinLarge.pcx
art\civilopedia\icons\units\CoffinSmall.pcx
#ICON_PRTO_Black_Coffin
art\civilopedia\icons\units\MorticianCoffinLarge.pcx
art\civilopedia\icons\units\MorticianCoffinSmall.pcx
#ICON_PRTO_Mortician
art\civilopedia\icons\units\MorticianLarge.pcx
art\civilopedia\icons\units\MorticianSmall.pcx
#ICON_PRTO_Paradise_Mortician
art\civilopedia\icons\units\MorticianLarge.pcx
art\civilopedia\icons\units\MorticianSmall.pcx
#ICON_PRTO_Devil's_Reef
art\civilopedia\icons\units\Devil'sReefLarge.pcx
art\civilopedia\icons\units\Devil'sReefSmall.pcx
#ICON_PRTO_Androctonus
art\civilopedia\icons\units\AndroctonusLarge.pcx
art\civilopedia\icons\units\AndroctonusSmall.pcx
#ICON_PRTO_Chain_Gang_Worker
art\civilopedia\icons\units\ChainGangWorkerLarge.pcx
art\civilopedia\icons\units\ChainGangWorkerSmall.pcx
#ICON_PRTO_Zeb's_Marauders
art\civilopedia\icons\units\Zeb'sMaraudersLarge.pcx
art\civilopedia\icons\units\Zeb'sMaraudersSmall.pcx
#ICON_PRTO_TARDIS_Transport
art\civilopedia\icons\units\TARDISLarge.pcx
art\civilopedia\icons\units\TARDISSmall.pcx
#ICON_PRTO_Farm_Truck
art\civilopedia\icons\units\FarmTruckLarge.pcx
art\civilopedia\icons\units\FarmTruckSmall.pcx
#ICON_PRTO_Old_Betsy
art\civilopedia\icons\units\FarmTruckLarge.pcx
art\civilopedia\icons\units\FarmTruckSmall.pcx
#ICON_PRTO_Cinema_Billboard
art\civilopedia\icons\units\CinemaBillboardLarge.pcx
art\civilopedia\icons\units\CinemaBillboardSmall.pcx
#ICON_PRTO_Community_Billboard
art\civilopedia\icons\units\CommunityBillboardLarge.pcx
art\civilopedia\icons\units\CommunityBillboardSmall.pcx
#ICON_PRTO_Colossus
art\civilopedia\icons\units\ColossusLarge.pcx
art\civilopedia\icons\units\ColossusSmall.pcx
#ICON_PRTO_Super_Coupe
art\civilopedia\icons\units\SuperCoupeLarge.pcx
art\civilopedia\icons\units\SuperCoupeSmall.pcx
#ICON_PRTO_Confiscated_Farm_Truck
art\civilopedia\icons\units\FarmTruckLarge.pcx
art\civilopedia\icons\units\FarmTruckSmall.pcx
#ICON_PRTO_Putrid_Zombie
art\civilopedia\icons\units\PutridZombieLarge.pcx
art\civilopedia\icons\units\PutridZombieSmall.pcx
#ICON_PRTO_Search_Light
art\civilopedia\icons\units\SearchLightLarge.pcx
art\civilopedia\icons\units\SearchLightSmall.pcx
#ICON_PRTO_Police_Car
art\civilopedia\icons\units\PoliceCarLarge.pcx
art\civilopedia\icons\units\PoliceCarSmall.pcx
#ICON_PRTO_Powder_Keg
art\civilopedia\icons\units\PowderKegLarge.pcx
art\civilopedia\icons\units\PowderKegSmall.pcx
#ICON_PRTO_Machine_Gun_Squad
art\civilopedia\icons\units\MGSquadLarge.pcx
art\civilopedia\icons\units\MGSquadSmall.pcx
#ICON_PRTO_UH34_Helicopter_Disabled
art\civilopedia\icons\units\UH34DisabledLarge.pcx
art\civilopedia\icons\units\UH34DisabledSmall.pcx
#ICON_PRTO_UH34_Helicopter_Enabled
art\civilopedia\icons\units\UH34HelicopterLarge.pcx
art\civilopedia\icons\units\UH34HelicopterSmall.pcx
#ICON_PRTO_Aggressive_Dog
art\civilopedia\icons\units\AggressiveDogLarge.pcx
art\civilopedia\icons\units\AggressiveDogSmall.pcx
#ICON_PRTO_Radar_Artillery
art\civilopedia\icons\units\RadarArtilleryLarge.pcx
art\civilopedia\icons\units\RadarArtillerySmall.pcx
#ICON_PRTO_Fast_Food_Joint_Billboard
art\civilopedia\icons\units\FFJBillboardLarge.pcx
art\civilopedia\icons\units\FFJBillboardSmall.pcx
#ICON_PRTO_Toxic_Colossus
art\civilopedia\icons\units\ToxicColossusLarge.pcx
art\civilopedia\icons\units\ToxicColossusSmall.pcx
#ICON_PRTO_Yacht_Assn_Billboard
art\civilopedia\icons\units\YABillboardLarge.pcx
art\civilopedia\icons\units\YABillboardSmall.pcx
#ICON_PRTO_Company_Billboard
art\civilopedia\icons\units\CompanyBillboardLarge.pcx
art\civilopedia\icons\units\CompanyBillboardSmall.pcx
#ICON_PRTO_Nuclear_Coffin
art\civilopedia\icons\units\NuclearCoffinLarge.pcx
art\civilopedia\icons\units\NuclearCoffinSmall.pcx
#ICON_PRTO_Nuclear_Coffin_Zombie
art\civilopedia\icons\units\NuclearCoffinZombieLarge.pcx
art\civilopedia\icons\units\NuclearCoffinZombieSmall.pcx
#ICON_PRTO_General_Fullbright's_Tank
art\civilopedia\icons\units\GFTLarge.pcx
art\civilopedia\icons\units\GFTSmall.pcx
#ICON_PRTO_Tornado
art\civilopedia\icons\units\TornadoLarge.pcx
art\civilopedia\icons\units\TornadoSmall.pcx
#ICON_PRTO_Black_Bull
art\civilopedia\icons\units\BlackBullLarge.pcx
art\civilopedia\icons\units\BlackBullSmall.pcx
#ICON_PRTO_Boss
art\civilopedia\icons\units\BlackBullLarge.pcx
art\civilopedia\icons\units\BlackBullSmall.pcx
#ICON_PRTO_Elsie
art\civilopedia\icons\units\MilkCowLarge.pcx
art\civilopedia\icons\units\MilkCowSmall.pcx
#ICON_PRTO_CO-Prospector
art\civilopedia\icons\units\CO-ProspectorLarge.pcx
art\civilopedia\icons\units\CO-ProspectorSmall.pcx
#ICON_PRTO_Jake_Stranded
art\civilopedia\icons\units\JakeLarge.pcx
art\civilopedia\icons\units\JakeSmall.pcx
#ICON_PRTO_Jake_Recovered
art\civilopedia\icons\units\JakeLarge.pcx
art\civilopedia\icons\units\JakeSmall.pcx
#ICON_PRTO_HazMat_Worker
art\civilopedia\icons\units\HazMatWorkerLarge.pcx
art\civilopedia\icons\units\HazMatWorkerSmall.pcx
#ICON_PRTO_Rocket_Cat
art\civilopedia\icons\units\RocketCatLarge.pcx
art\civilopedia\icons\units\RocketCatSmall.pcx
#ICON_PRTO_Dark_One
art\civilopedia\icons\units\DarkOneLarge.pcx
art\civilopedia\icons\units\DarkOneSmall.pcx
#ICON_PRTO_Guardian_Evil
art\civilopedia\icons\units\GuardianEvilLarge.pcx
art\civilopedia\icons\units\GuardianEvilSmall.pcx
#ICON_PRTO_Corporate_Chopper_Disabled
art\civilopedia\icons\units\CC_DisabledLarge.pcx
art\civilopedia\icons\units\CC_DisabledSmall.pcx
#ICON_PRTO_Corporate_Chopper_Enabled
art\civilopedia\icons\units\CorporateChopperLarge.pcx
art\civilopedia\icons\units\CorporateChopperSmall.pcx

#Start buildings
#ICON_BLDG_Airport
SINGLE
27
art\civilopedia\icons\buildings\AirportLarge.pcx
art\civilopedia\icons\buildings\AirportSmall.pcx
#ICON_BLDG_Art_of_War
SINGLE
37
art\civilopedia\icons\buildings\AegisCruiserFacilityLarge.pcx
art\civilopedia\icons\buildings\AegisCruiserFacilitySmall.pcx
#ICON_BLDG_Apollo_Project
SINGLE
60
art\civilopedia\icons\buildings\ChemicalFactoryLarge.pcx
art\civilopedia\icons\buildings\ChemicalFactorySmall.pcx
#ICON_BLDG_Aqueduct
ERA
8
art\civilopedia\icons\buildings\SewerTunnelLarge.pcx
art\civilopedia\icons\buildings\SewerTunnelLarge.pcx
art\civilopedia\icons\buildings\SewerTunnelLarge.pcx
art\civilopedia\icons\buildings\SewerTunnelLarge.pcx
art\civilopedia\icons\buildings\SewerTunnelSmall.pcx
art\civilopedia\icons\buildings\SewerTunnelSmall.pcx
art\civilopedia\icons\buildings\SewerTunnelSmall.pcx
art\civilopedia\icons\buildings\SewerTunnelSmall.pcx
#ICON_BLDG_Bank
SINGLE
9
art\civilopedia\icons\buildings\MissileCapabilityLarge.pcx
art\civilopedia\icons\buildings\MissileCapabilitySmall.pcx
#ICON_BLDG_Barracks
ERA
1
art\civilopedia\icons\buildings\barracksanclarge.pcx
art\civilopedia\icons\buildings\barracksrenlarge.pcx
art\civilopedia\icons\buildings\barracksindmodlarge.pcx
art\civilopedia\icons\buildings\barracksindmodlarge.pcx
art\civilopedia\icons\buildings\barracksancsmall.pcx
art\civilopedia\icons\buildings\barracksrensmall.pcx
art\civilopedia\icons\buildings\barracksindmodsmall.pcx
art\civilopedia\icons\buildings\barracksindmodsmall.pcx
#ICON_BLDG_Battlefield_Medicine
SINGLE
63
art\civilopedia\icons\buildings\battlefieldmedicinelarge.pcx
art\civilopedia\icons\buildings\battlefieldmedicinesmall.pcx
#ICON_BLDG_Cathedral
ERA
10
art\civilopedia\icons\buildings\NecroLarge.pcx
art\civilopedia\icons\buildings\NecroLarge.pcx
art\civilopedia\icons\buildings\NecroLarge.pcx
art\civilopedia\icons\buildings\NecroLarge.pcx
art\civilopedia\icons\buildings\NecroLarge.pcx
art\civilopedia\icons\buildings\NecroSmall.pcx
art\civilopedia\icons\buildings\NecroSmall.pcx
art\civilopedia\icons\buildings\NecroSmall.pcx
art\civilopedia\icons\buildings\NecroSmall.pcx
art\civilopedia\icons\buildings\NecroSmall.pcx
#ICON_BLDG_Circumnavigation
SINGLE
39
art\civilopedia\icons\buildings\TestLabLarge.pcx
art\civilopedia\icons\buildings\TestLabSmall.pcx
#ICON_BLDG_Coal_Plant
ERA
16
art\civilopedia\icons\buildings\AdvancedZombieVirusLarge.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusLarge.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusLarge.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusLarge.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusSmall.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusSmall.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusSmall.pcx
art\civilopedia\icons\buildings\AdvancedZombieVirusSmall.pcx
#ICON_BLDG_Coastal_Fortress
SINGLE
23
art\civilopedia\icons\buildings\OilRefineryLarge.pcx
art\civilopedia\icons\buildings\OilRefinerySmall.pcx
#ICON_BLDG_Colosseum
SINGLE
12
art\civilopedia\icons\buildings\TheOutbackLarge.pcx
art\civilopedia\icons\buildings\TheOutbackSmall.pcx
#ICON_BLDG_Colossus
SINGLE
32
art\civilopedia\icons\buildings\IntRoomLarge.pcx
art\civilopedia\icons\buildings\IntRoomSmall.pcx
#ICON_BLDG_Courthouse
SINGLE
6
art\civilopedia\icons\buildings\CityHallLarge.pcx
art\civilopedia\icons\buildings\CityHallSmall.pcx
#ICON_BLDG_Cure_for_Cancer
SINGLE
51
art\civilopedia\icons\buildings\ZombieNurseSchoolLarge.pcx
art\civilopedia\icons\buildings\ZombieNurseSchoolSmall.pcx
#ICON_BLDG_Epic
ERA
54
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
#ICON_BLDG_Factory
SINGLE
13
art\civilopedia\icons\buildings\FactoryLarge.pcx
art\civilopedia\icons\buildings\FactorySmall.pcx
#ICON_BLDG_Forbidden_Palace
SINGLE
56
art\civilopedia\icons\buildings\SniperSchoolLarge.pcx
art\civilopedia\icons\buildings\SniperSchoolSmall.pcx
#ICON_BLDG_Granary
SINGLE
2
art\civilopedia\icons\buildings\GranaryModLarge.pcx
art\civilopedia\icons\buildings\GranaryModSmall.pcx
#ICON_BLDG_Grand_Cathedral
SINGLE
43
art\civilopedia\icons\buildings\ExplodingSheepOperationLarge.pcx
art\civilopedia\icons\buildings\ExplodingSheepOperationSmall.pcx
#ICON_BLDG_Great_Ironworks
SINGLE
55
art\civilopedia\icons\buildings\EvilEntityLarge.pcx
art\civilopedia\icons\buildings\EvilEntitySmall.pcx
#ICON_BLDG_Great_Library
SINGLE
34
art\civilopedia\icons\buildings\EvilNestLarge.pcx
art\civilopedia\icons\buildings\EvilNestSmall.pcx
#ICON_BLDG_Great_Playhouse
SINGLE
41
art\civilopedia\icons\buildings\ParadiseSchoolLarge.pcx
art\civilopedia\icons\buildings\ParadiseSchoolSmall.pcx
#ICON_BLDG_Great_Wall
SINGLE
36
art\civilopedia\icons\buildings\PileUpLarge.pcx
art\civilopedia\icons\buildings\PileUpSmall.pcx
#ICON_BLDG_Great_University
SINGLE
44
art\civilopedia\icons\buildings\TheCo-opLarge.pcx
art\civilopedia\icons\buildings\TheCo-opSmall.pcx
#ICON_BLDG_Hanging_Gardens
SINGLE
31
art\civilopedia\icons\buildings\Shrinelarge.pcx
art\civilopedia\icons\buildings\Shrinesmall.pcx
#ICON_BLDG_Harbor
ERA
25
art\civilopedia\icons\buildings\ExplosivesRoomLarge.pcx
art\civilopedia\icons\buildings\ExplosivesRoomLarge.pcx
art\civilopedia\icons\buildings\ExplosivesRoomLarge.pcx
art\civilopedia\icons\buildings\ExplosivesRoomLarge.pcx
art\civilopedia\icons\buildings\ExplosivesRoomSmall.pcx
art\civilopedia\icons\buildings\ExplosivesRoomSmall.pcx
art\civilopedia\icons\buildings\ExplosivesRoomSmall.pcx
art\civilopedia\icons\buildings\ExplosivesRoomSmall.pcx
#ICON_BLDG_Hoover_Dam
SINGLE
47
art\civilopedia\icons\buildings\CarParkLarge.pcx
art\civilopedia\icons\buildings\CarParkSmall.pcx
#ICON_BLDG_Hospital
SINGLE
19
art\civilopedia\icons\buildings\HospitalModLarge.pcx
art\civilopedia\icons\buildings\HospitalModSmall.pcx
#ICON_BLDG_Hydro_Plant
SINGLE
17
art\civilopedia\icons\buildings\ParadiseVoyageLarge.pcx
art\civilopedia\icons\buildings\ParadiseVoyageSmall.pcx
#ICON_BLDG_Intelligence_Center
SINGLE
62
art\civilopedia\icons\buildings\MeetingRoomLarge.pcx
art\civilopedia\icons\buildings\MeetingRoomSmall.pcx
#ICON_BLDG_Machine_Shop
SINGLE
42
art\civilopedia\icons\buildings\MachineShopLarge.pcx
art\civilopedia\icons\buildings\MachineShopSmall.pcx
#ICON_BLDG_Library
SINGLE
5
art\civilopedia\icons\buildings\DetectiveAgencyLarge.pcx
art\civilopedia\icons\buildings\DetectiveAgencySmall.pcx
#ICON_BLDG_Lighthouse
SINGLE
33
art\civilopedia\icons\buildings\RadioStationLarge.pcx
art\civilopedia\icons\buildings\RadioStationSmall.pcx
#ICON_BLDG_Longevity
SINGLE
52
art\civilopedia\icons\buildings\MarineRecruitDepotLarge.pcx
art\civilopedia\icons\buildings\MarineRecruitDepotSmall.pcx
#ICON_BLDG_Manhattan_Project
SINGLE
50
art\civilopedia\icons\buildings\manhattanprojectlarge.pcx
art\civilopedia\icons\buildings\manhattanprojectsmall.pcx
#ICON_BLDG_Manufacturing_Plant
ERA
14
art\civilopedia\icons\buildings\ZombieVirusLarge.pcx
art\civilopedia\icons\buildings\ZombieVirusLarge.pcx
art\civilopedia\icons\buildings\ZombieVirusLarge.pcx
art\civilopedia\icons\buildings\ZombieVirusLarge.pcx
art\civilopedia\icons\buildings\ZombieVirusSmall.pcx
art\civilopedia\icons\buildings\ZombieVirusSmall.pcx
art\civilopedia\icons\buildings\ZombieVirusSmall.pcx
art\civilopedia\icons\buildings\ZombieVirusSmall.pcx
#ICON_BLDG_Marketplace
SINGLE
4
art\civilopedia\icons\buildings\ClearanceSaleLarge.pcx
art\civilopedia\icons\buildings\ClearanceSaleSmall.pcx
#ICON_BLDG_Mass_Transit_System
SINGLE
21
art\civilopedia\icons\buildings\SailboatRentalsLarge.pcx
art\civilopedia\icons\buildings\SailboatRentalsSmall.pcx
#ICON_BLDG_Military_Academy
SINGLE
57
art\civilopedia\icons\buildings\MilitaryHQLarge.pcx
art\civilopedia\icons\buildings\MilitaryHQSmall.pcx
#ICON_BLDG_Nuclear_Plant
SINGLE
18
art\civilopedia\icons\buildings\nukeplantlarge.pcx
art\civilopedia\icons\buildings\nukeplantsmall.pcx
#ICON_BLDG_Offshore_Platform
SINGLE
26
art\civilopedia\icons\buildings\CampParadiseLarge.pcx
art\civilopedia\icons\buildings\CampParadiseSmall.pcx
#ICON_BLDG_Oracle
SINGLE
35
art\civilopedia\icons\buildings\NastyEggsackLarge.pcx
art\civilopedia\icons\buildings\NastyEggsackSmall.pcx
#ICON_BLDG_Palace
CULTURE
0
art\civilopedia\icons\buildings\palaceamerlarge.pcx
art\civilopedia\icons\buildings\palaceeurlarge.pcx
art\civilopedia\icons\buildings\palaceromlarge.pcx
art\civilopedia\icons\buildings\palacemealarge.pcx
art\civilopedia\icons\buildings\palacefealarge.pcx
art\civilopedia\icons\buildings\palaceamersmall.pcx
art\civilopedia\icons\buildings\palaceeursmall.pcx
art\civilopedia\icons\buildings\palaceromsmall.pcx
art\civilopedia\icons\buildings\palacemeasmall.pcx
art\civilopedia\icons\buildings\palacefeasmall.pcx
#ICON_BLDG_Pentagon
SINGLE
58
art\civilopedia\icons\buildings\ArmouryLarge.pcx
art\civilopedia\icons\buildings\ArmourySmall.pcx
#ICON_BLDG_Police_Station
SINGLE
28
art\civilopedia\icons\buildings\PoliceDepartmentLarge.pcx
art\civilopedia\icons\buildings\PoliceDepartmentSmall.pcx
#ICON_BLDG_Pyramids
SINGLE
30
art\civilopedia\icons\buildings\ChainsawClubLarge.pcx
art\civilopedia\icons\buildings\ChainsawClubSmall.pcx
#ICON_BLDG_Recycling_Center
SINGLE
15
art\civilopedia\icons\buildings\SupplyDropLarge.pcx
art\civilopedia\icons\buildings\SupplyDropSmall.pcx
#ICON_BLDG_Lab
ERA
20
art\civilopedia\icons\buildings\ResearchLabLarge.pcx
art\civilopedia\icons\buildings\ResearchLabLarge.pcx
art\civilopedia\icons\buildings\ResearchLabLarge.pcx
art\civilopedia\icons\buildings\ResearchLabLarge.pcx
art\civilopedia\icons\buildings\ResearchLabSmall.pcx
art\civilopedia\icons\buildings\ResearchLabSmall.pcx
art\civilopedia\icons\buildings\ResearchLabSmall.pcx
art\civilopedia\icons\buildings\ResearchLabSmall.pcx
#ICON_BLDG_SAM_Missile_Battery
ERA
22
art\civilopedia\icons\buildings\sambatterieslarge.pcx
art\civilopedia\icons\buildings\sambatterieslarge.pcx
art\civilopedia\icons\buildings\sambatterieslarge.pcx
art\civilopedia\icons\buildings\sambatterieslarge.pcx
art\civilopedia\icons\buildings\sambatteriessmall.pcx
art\civilopedia\icons\buildings\sambatteriessmall.pcx
art\civilopedia\icons\buildings\sambatteriessmall.pcx
art\civilopedia\icons\buildings\sambatteriessmall.pcx
#ICON_BLDG_Hard_Labor_House
SINGLE
61
art\civilopedia\icons\buildings\HardLaborHouseLarge.pcx
art\civilopedia\icons\buildings\HardLaborHouseSmall.pcx
#ICON_BLDG_Secret_Police_HQ
SINGLE
56
art\civilopedia\icons\buildings\DenOfSpieslarge.pcx
art\civilopedia\icons\buildings\DenOfSpiessmall.pcx
#ICON_BLDG_SETI_Program
SINGLE
53
art\civilopedia\icons\buildings\HornetNestLarge.pcx
art\civilopedia\icons\buildings\HornetNestSmall.pcx
#ICON_BLDG_Sistine_Chapel
SINGLE
38
art\civilopedia\icons\buildings\BoozeImportsLarge.pcx
art\civilopedia\icons\buildings\BoozeImportsSmall.pcx
#ICON_BLDG_Solar_Plant
SINGLE
24
art\civilopedia\icons\buildings\AdventureIslandLarge.pcx
art\civilopedia\icons\buildings\AdventureIslandSmall.pcx
#ICON_BLDG_Solar_System
SINGLE
40
art\civilopedia\icons\buildings\AutoShopLarge.pcx
art\civilopedia\icons\buildings\AutoShopSmall.pcx
#ICON_BLDG_SS_Exterior_Casing
SINGLE
73
art\civilopedia\icons\buildings\StallLarge.pcx
art\civilopedia\icons\buildings\StallSmall.pcx
#ICON_BLDG_SS_Cockpit
SINGLE
67
art\civilopedia\icons\buildings\CoercionProgramLarge.pcx
art\civilopedia\icons\buildings\CoercionProgramSmall.pcx
#ICON_BLDG_SS_Landing_Docking_Bay
SINGLE
66
art\civilopedia\icons\buildings\DestroyAllEvidenceLarge.pcx
art\civilopedia\icons\buildings\DestroyAllEvidenceSmall.pcx
#ICON_BLDG_SS_Engine
SINGLE
65
art\civilopedia\icons\buildings\CutCommunicationsLarge.pcx
art\civilopedia\icons\buildings\CutCommunicationsSmall.pcx
#ICON_BLDG_SS_Fuel_Cells
SINGLE
68
art\civilopedia\icons\buildings\CoverStoryLarge.pcx
art\civilopedia\icons\buildings\CoverStorySmall.pcx
#ICON_BLDG_SS_Life_Support_System
SINGLE
69
art\civilopedia\icons\buildings\PersuadeLarge.pcx
art\civilopedia\icons\buildings\PersuadeSmall.pcx
#ICON_BLDG_SS_Planetary_Party_Lounge
SINGLE
72
art\civilopedia\icons\buildings\GrandstandLarge.pcx
art\civilopedia\icons\buildings\GrandstandSmall.pcx
#ICON_BLDG_SS_Stasis_Chamber
SINGLE
70
art\civilopedia\icons\buildings\DivertAttentionLarge.pcx
art\civilopedia\icons\buildings\DivertAttentionSmall.pcx
#ICON_BLDG_SS_Storage_Supply
SINGLE
71
art\civilopedia\icons\buildings\PublicRelationsLarge.pcx
art\civilopedia\icons\buildings\PublicRelationsSmall.pcx
#ICON_BLDG_SS_Thrusters
SINGLE
64
art\civilopedia\icons\buildings\TestantidoteLarge.pcx
art\civilopedia\icons\buildings\TestantidoteSmall.pcx
#ICON_BLDG_Temple
ERA
3
art\civilopedia\icons\buildings\AttackDogAcademyLarge.pcx
art\civilopedia\icons\buildings\AttackDogAcademyLarge.pcx
art\civilopedia\icons\buildings\AttackDogAcademyLarge.pcx
art\civilopedia\icons\buildings\AttackDogAcademyLarge.pcx
art\civilopedia\icons\buildings\AttackDogAcademySmall.pcx
art\civilopedia\icons\buildings\AttackDogAcademySmall.pcx
art\civilopedia\icons\buildings\AttackDogAcademySmall.pcx
art\civilopedia\icons\buildings\AttackDogAcademySmall.pcx
#ICON_BLDG_Theory_of_Evolution
SINGLE
48
art\civilopedia\icons\buildings\ParatrooperAcademyLarge.pcx
art\civilopedia\icons\buildings\ParatrooperAcademySmall.pcx
#ICON_BLDG_Trading_Company
SINGLE
45
art\civilopedia\icons\buildings\CoffeeExportsLarge.pcx
art\civilopedia\icons\buildings\CoffeeExportsSmall.pcx
#ICON_BLDG_United_Nations
SINGLE
49
art\civilopedia\icons\buildings\TVStationLarge.pcx
art\civilopedia\icons\buildings\TVStationSmall.pcx
#ICON_BLDG_Universal_Suffrage
SINGLE
46
art\civilopedia\icons\buildings\BrothelLarge.pcx
art\civilopedia\icons\buildings\BrothelSmall.pcx
#ICON_BLDG_University
SINGLE
11
art\civilopedia\icons\buildings\TheKitchenLarge.pcx
art\civilopedia\icons\buildings\TheKitchenSmall.pcx
#ICON_BLDG_Walls
CULTURE
7
art\civilopedia\icons\buildings\citywallsamerlarge.pcx
art\civilopedia\icons\buildings\citywallseurlarge.pcx
art\civilopedia\icons\buildings\citywallsromlarge.pcx
art\civilopedia\icons\buildings\citywallsmealarge.pcx
art\civilopedia\icons\buildings\citywallsfealarge.pcx
art\civilopedia\icons\buildings\citywallsamersmall.pcx
art\civilopedia\icons\buildings\citywallseursmall.pcx
art\civilopedia\icons\buildings\citywallsromsmall.pcx
art\civilopedia\icons\buildings\citywallsmeasmall.pcx
art\civilopedia\icons\buildings\citywallsfeasmall.pcx
#ICON_BLDG_Wall_Street
SINGLE
59
art\civilopedia\icons\buildings\WarehouseLarge.pcx
art\civilopedia\icons\buildings\WarehouseSmall.pcx
#ICON_BLDG_Wealth
SINGLE
29
art\civilopedia\icons\buildings\SuppliesLarge.pcx
art\civilopedia\icons\buildings\SuppliesSmall.pcx
#ICON_BLDG_Internet
SINGLE
74
art\civilopedia\icons\buildings\RefrigerationLarge.pcx
art\civilopedia\icons\buildings\RefrigerationSmall.pcx
#ICON_BLDG_Civil_Defense
SINGLE
75
art\civilopedia\icons\buildings\CallCenterLarge.pcx
art\civilopedia\icons\buildings\CallCenterSmall.pcx
#ICON_BLDG_Stock_Exchange
SINGLE
76
art\civilopedia\icons\buildings\BankVaultLarge.pcx
art\civilopedia\icons\buildings\BankVaultSmall.pcx
#ICON_BLDG_Commercial_Dock
SINGLE
77
art\civilopedia\icons\buildings\comm dock_large.pcx
art\civilopedia\icons\buildings\comm dock_small.pcx
#ICON_BLDG_Artemis
SINGLE
78
art\civilopedia\icons\buildings\CinemaTheaterLarge.pcx
art\civilopedia\icons\buildings\CinemaTheaterSmall.pcx
#ICON_BLDG_Zeus
SINGLE
79
art\civilopedia\icons\buildings\SecuritySystemLarge.pcx
art\civilopedia\icons\buildings\SecuritySystemSmall.pcx
#ICON_BLDG_Mausoleum
SINGLE
80
art\civilopedia\icons\buildings\SecurityCamerasLarge.pcx
art\civilopedia\icons\buildings\SecurityCamerasSmall.pcx
#ICON_BLDG_Knights_Templar
SINGLE
81
art\civilopedia\icons\buildings\ZombieNurseStationLarge.pcx
art\civilopedia\icons\buildings\ZombieNurseStationSmall.pcx
#ICON_BLDG_Acme_Hazardous_Transports
SINGLE
82
art\civilopedia\icons\buildings\AcmeHazardousTransportsLarge.pcx
art\civilopedia\icons\buildings\AcmeHazardousTransportsSmall.pcx
#ICON_BLDG_Zombie_Doghouse
SINGLE
83
art\civilopedia\icons\buildings\ZombieDoghouseLarge.pcx
art\civilopedia\icons\buildings\ZombieDoghouseSmall.pcx
#ICON_BLDG_Mutant_Doghouse
SINGLE
84
art\civilopedia\icons\buildings\MutantDoghouseLarge.pcx
art\civilopedia\icons\buildings\MutantDoghouseSmall.pcx
#ICON_BLDG_Hellbound_Express
SINGLE
85
art\civilopedia\icons\buildings\HellboundExpressLarge.pcx
art\civilopedia\icons\buildings\HellboundExpressSmall.pcx
#ICON_BLDG_Hellbound_Express_2
SINGLE
86
art\civilopedia\icons\buildings\HellboundExpress2Large.pcx
art\civilopedia\icons\buildings\HellboundExpress2Small.pcx
#ICON_BLDG_Authorities_Think_Tank
SINGLE
87
art\civilopedia\icons\buildings\AuthoritiesThinkTankLarge.pcx
art\civilopedia\icons\buildings\AuthoritiesThinkTankSmall.pcx
#ICON_BLDG_Company_Think_Tank_1
SINGLE
88
art\civilopedia\icons\buildings\CompanyThinkTank1Large.pcx
art\civilopedia\icons\buildings\CompanyThinkTank1Small.pcx
#ICON_BLDG_Company_Think_Tank_2
SINGLE
89
art\civilopedia\icons\buildings\CompanyThinkTank2Large.pcx
art\civilopedia\icons\buildings\CompanyThinkTank2Small.pcx
#ICON_BLDG_Survivors_Think_Tank
SINGLE
90
art\civilopedia\icons\buildings\SurvivorsThinkTankLarge.pcx
art\civilopedia\icons\buildings\SurvivorsThinkTankSmall.pcx
#ICON_BLDG_Grave_Infection
SINGLE
91
art\civilopedia\icons\buildings\GraveInfectionLarge.pcx
art\civilopedia\icons\buildings\GraveInfectionSmall.pcx
#ICON_BLDG_Zombie_Graves
SINGLE
92
art\civilopedia\icons\buildings\ZombieGravesLarge.pcx
art\civilopedia\icons\buildings\ZombieGravesSmall.pcx
#ICON_BLDG_Infected_Morgue
SINGLE
93
art\civilopedia\icons\buildings\InfectedMorgueLarge.pcx
art\civilopedia\icons\buildings\InfectedMorgueSmall.pcx
#ICON_BLDG_Zombie_Morgue
SINGLE
94
art\civilopedia\icons\buildings\ZombieMorgueLarge.pcx
art\civilopedia\icons\buildings\ZombieMorgueSmall.pcx
#ICON_BLDG_Advanced_Ballistics
SINGLE
95
art\civilopedia\icons\buildings\AdvancedBallisticsLarge.pcx
art\civilopedia\icons\buildings\AdvancedBallisticsSmall.pcx
#ICON_BLDG_Mutant_Graves
SINGLE
96
art\civilopedia\icons\buildings\MutantGravesLarge.pcx
art\civilopedia\icons\buildings\MutantGravesSmall.pcx
#ICON_BLDG_Company_Car_Lot
SINGLE
97
art\civilopedia\icons\buildings\CompanyCarLotLarge.pcx
art\civilopedia\icons\buildings\CompanyCarLotSmall.pcx
#ICON_BLDG_Farmer's_Think_Tank
SINGLE
98
art\civilopedia\icons\buildings\Farmer'sThinkTankLarge.pcx
art\civilopedia\icons\buildings\Farmer'sThinkTankSmall.pcx
#ICON_BLDG_Farmland_Strike_Force
SINGLE
99
art\civilopedia\icons\buildings\FarmlandStrikeForceLarge.pcx
art\civilopedia\icons\buildings\FarmlandStrikeForceSmall.pcx
#ICON_BLDG_Nerd_Club
SINGLE
100
art\civilopedia\icons\buildings\NerdClubLarge.pcx
art\civilopedia\icons\buildings\NerdClubSmall.pcx
#ICON_BLDG_Dreadful_Nest
SINGLE
101
art\civilopedia\icons\buildings\DreadfulNestLarge.pcx
art\civilopedia\icons\buildings\DreadfulNestSmall.pcx
#ICON_BLDG_Evil_Advantage
SINGLE
102
art\civilopedia\icons\buildings\EvilAdvantageLarge.pcx
art\civilopedia\icons\buildings\EvilAdvantageSmall.pcx
#ICON_BLDG_Omega_House
SINGLE
103
art\civilopedia\icons\buildings\OmegaHouseLarge.pcx
art\civilopedia\icons\buildings\OmegaHouseSmall.pcx
#ICON_BLDG_Elmo's_Farm_Trucks
SINGLE
104
art\civilopedia\icons\buildings\Elmo'sFarmTrucksLarge.pcx
art\civilopedia\icons\buildings\Elmo'sFarmTrucksSmall.pcx
#ICON_BLDG_Monster_Doghouse
SINGLE
105
art\civilopedia\icons\buildings\MonsterDoghouseLarge.pcx
art\civilopedia\icons\buildings\MonsterDoghouseSmall.pcx
#ICON_BLDG_Nuclear_Doghouse
SINGLE
106
art\civilopedia\icons\buildings\NuclearDoghouseLarge.pcx
art\civilopedia\icons\buildings\NuclearDoghouseSmall.pcx
#ICON_BLDG_Bat_Infestation
SINGLE
107
art\civilopedia\icons\buildings\BatInfestationLarge.pcx
art\civilopedia\icons\buildings\BatInfestationSmall.pcx
#ICON_BLDG_Infected_CGA
SINGLE
108
art\civilopedia\icons\buildings\InfectedCGALarge.pcx
art\civilopedia\icons\buildings\InfectedCGASmall.pcx
#ICON_BLDG_Cyber-Force_Facility
SINGLE
109
art\civilopedia\icons\buildings\CyberForceFacilityLarge.pcx
art\civilopedia\icons\buildings\CyberForceFacilitySmall.pcx
#ICON_BLDG_Clem's_Reunion
SINGLE
110
art\civilopedia\icons\buildings\Clem'sReunionLarge.pcx
art\civilopedia\icons\buildings\Clem'sReunionSmall.pcx
#ICON_BLDG_Area_13
SINGLE
111
art\civilopedia\icons\buildings\Area13Large.pcx
art\civilopedia\icons\buildings\Area13Small.pcx
#ICON_BLDG_Area_14
SINGLE
112
art\civilopedia\icons\buildings\Area14Large.pcx
art\civilopedia\icons\buildings\Area14Small.pcx
#ICON_BLDG_Putrid_Room
SINGLE
113
art\civilopedia\icons\buildings\PutridRoomLarge.pcx
art\civilopedia\icons\buildings\PutridRoomSmall.pcx
#ICON_BLDG_Hornet_Nest_II
ERA
114
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestLarge.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
art\civilopedia\icons\buildings\AHornetNestSmall.pcx
#ICON_BLDG_Putrid_Room_II
SINGLE
115
art\civilopedia\icons\buildings\PutridRoomLarge.pcx
art\civilopedia\icons\buildings\PutridRoomSmall.pcx
#ICON_BLDG_Electric_Generator
SINGLE
116
art\civilopedia\icons\buildings\ElectricGeneratorLarge.pcx
art\civilopedia\icons\buildings\ElectricGeneratorSmall.pcx
#ICON_BLDG_Rocket_Launch_Site
SINGLE
117
art\civilopedia\icons\buildings\RocketLaunchSiteLarge.pcx
art\civilopedia\icons\buildings\RocketLaunchSiteSmall.pcx
#ICON_BLDG_District_Central_Garage
SINGLE
118
art\civilopedia\icons\buildings\DCGLarge.pcx
art\civilopedia\icons\buildings\DCGSmall.pcx
#ICON_BLDG_Mass_Infection
SINGLE
119
art\civilopedia\icons\buildings\MassInfectionLarge.pcx
art\civilopedia\icons\buildings\MassInfectionSmall.pcx
#ICON_BLDG_Infected_Dirt
SINGLE
120
art\civilopedia\icons\buildings\InfectedDirtLarge.pcx
art\civilopedia\icons\buildings\InfectedDirtSmall.pcx
#ICON_BLDG_Machine_Gun_Facility
SINGLE
121
art\civilopedia\icons\buildings\MGFacilityLarge.pcx
art\civilopedia\icons\buildings\MGFacilitySmall.pcx
#ICON_BLDG_Dog_Pound
SINGLE
122
art\civilopedia\icons\buildings\DogPoundLarge.pcx
art\civilopedia\icons\buildings\DogPoundSmall.pcx
#ICON_BLDG_HazMat_Office
SINGLE
123
art\civilopedia\icons\buildings\HazMatOfficeLarge.pcx
art\civilopedia\icons\buildings\HazMatOfficeSmall.pcx
#ICON_BLDG_HazMat_Division
SINGLE
124
art\civilopedia\icons\buildings\HazMatDivisionLarge.pcx
art\civilopedia\icons\buildings\HazMatDivisionSmall.pcx
#ICON_BLDG_EPA
SINGLE
125
art\civilopedia\icons\buildings\EPALarge.pcx
art\civilopedia\icons\buildings\EPASmall.pcx
#ICON_BLDG_Androctonus_Den
SINGLE
126
art\civilopedia\icons\buildings\AndroctonusDenLarge.pcx
art\civilopedia\icons\buildings\AndroctonusDenSmall.pcx
#ICON_BLDG_Nuclear_Graveyard
SINGLE
127
art\civilopedia\icons\buildings\NuclearGraveyardLarge.pcx
art\civilopedia\icons\buildings\NuclearGraveyardSmall.pcx
#ICON_BLDG_Nuclear_Graves
SINGLE
128
art\civilopedia\icons\buildings\NuclearGravesLarge.pcx
art\civilopedia\icons\buildings\NuclearGravesSmall.pcx
#ICON_BLDG_Dark_Sky
SINGLE
129
art\civilopedia\icons\buildings\DarkSkyLarge.pcx
art\civilopedia\icons\buildings\DarkSkySmall.pcx
#ICON_BLDG_Bull_Barn
SINGLE
130
art\civilopedia\icons\buildings\BullBarnLarge.pcx
art\civilopedia\icons\buildings\BullBarnSmall.pcx
#ICON_BLDG_Dark_Sky_II
SINGLE
131
art\civilopedia\icons\buildings\DarkSkyLarge.pcx
art\civilopedia\icons\buildings\DarkSkySmall.pcx
#ICON_BLDG_Dark_Sky_III
SINGLE
132
art\civilopedia\icons\buildings\DarkSkyLarge.pcx
art\civilopedia\icons\buildings\DarkSkySmall.pcx
#ICON_BLDG_Kitty_Shack
SINGLE
133
art\civilopedia\icons\buildings\KittyShackLarge.pcx
art\civilopedia\icons\buildings\KittyShackSmall.pcx
#ICON_BLDG_Dark_Sky_IV
SINGLE
134
art\civilopedia\icons\buildings\DarkSkyLarge.pcx
art\civilopedia\icons\buildings\DarkSkySmall.pcx

#HomelessIcons
#
art\civilopedia\icons\terrain\borderslarge.pcx
#
art\civilopedia\icons\terrain\borderssmall.pcx
#
art\civilopedia\icons\terrain\riverslarge.pcx
#
art\civilopedia\icons\terrain\riverssmall.pcx
#END CIVILOPEDIA ART

######################################################################
#WONDER_SPLASH_ART begin
#WON_SPLASH_BLDG_Pyramids
art\wonder splash\ChainsawClub.pcx
#WON_SPLASH_BLDG_Hanging_Gardens
art\wonder splash\ShintoShrine.pcx
#WON_SPLASH_BLDG_Colossus
art\wonder splash\IntRoom.pcx
#WON_SPLASH_BLDG_Lighthouse
art\wonder splash\Lighthouse.pcx
#WON_SPLASH_BLDG_Great_Library
art\wonder splash\EvilNest.pcx
#WON_SPLASH_BLDG_Oracle
art\wonder splash\NastyEggsack.pcx
#WON_SPLASH_BLDG_Great_Wall
art\wonder splash\great wall.pcx
#WON_SPLASH_BLDG_Art_of_War
art\wonder splash\Art of War.pcx
#WON_SPLASH_BLDG_Sistine_Chapel
art\wonder splash\BoozeImports.pcx
#WON_SPLASH_BLDG_Circumnavigation
art\wonder splash\circumnavigation.pcx
#WON_SPLASH_BLDG_Solar_System
art\wonder splash\AutoShop.pcx
#WON_SPLASH_BLDG_Great_Playhouse
art\wonder splash\Great Playhouse.pcx
#WON_SPLASH_BLDG_Inventor's_Workshop
art\wonder splash\inventors workshop.pcx
#WON_SPLASH_BLDG_Grand_Cathedral
art\wonder splash\ExplodingSheepOperation.pcx
#WON_SPLASH_BLDG_Great_University
art\wonder splash\TheCo-op.pcx
#WON_SPLASH_BLDG_Trading_Company
art\wonder splash\Great Trading Co.pcx
#WON_SPLASH_BLDG_Hoover_Dam
art\wonder splash\dam.pcx
#WON_SPLASH_BLDG_Theory_of_Evolution
art\wonder splash\ParatrooperAcademy.pcx
#WON_SPLASH_BLDG_United_Nations
art\wonder splash\un.pcx
#WON_SPLASH_BLDG_Manhattan_Project
art\wonder splash\Manhattan Proj.pcx
#WON_SPLASH_BLDG_Bank
art\wonder splash\MissileCapability.pcx
#WON_SPLASH_BLDG_Cure_for_Cancer
art\wonder splash\Cure for Cancer.pcx
#WON_SPLASH_BLDG_Longevity
art\wonder splash\MarineRecruitDepot.pcx
#WON_SPLASH_BLDG_SETI_Program
art\wonder splash\HornetNest.pcx
#WON_SPLASH_BLDG_Solar_Plant
art\wonder splash\AdventureIsland.pcx
#WON_SPLASH_BLDG_Epic
art\wonder splash\Epic.pcx
#WON_SPLASH_BLDG_Great_Ironworks
art\wonder splash\EvilEntity.pcx
#WON_SPLASH_BLDG_Forbidden_Palace
art\wonder splash\SniperSchool.pcx
#WON_SPLASH_BLDG_Military_Academy
art\wonder splash\military academy.pcx
#WON_SPLASH_BLDG_Pentagon
art\wonder splash\pentagon.pcx
#WON_SPLASH_BLDG_Wall_Street
art\wonder splash\wall street.pcx
#WON_SPLASH_BLDG_Apollo_Project
art\wonder splash\ChemicalFactory.pcx
#WON_SPLASH_BLDG_Intelligence_Center
art\wonder splash\MeetingRoom.pcx
#WON_SPLASH_BLDG_Battlefield_Medicine
art\wonder splash\Battlefield Medicine.pcx
#WON_SPLASH_BLDG_Internet
art\wonder splash\internet.pcx
#WON_SPLASH_BLDG_Zeus
art\wonder splash\SecuritySystem.pcx
#WON_SPLASH_BLDG_Mausoleum
art\wonder splash\Mausoleum.pcx
#WON_SPLASH_BLDG_Knights_Templar
art\wonder splash\Knights_Templar.pcx
#WON_SPLASH_BLDG_Secret_Police_HQ
art\wonder splash\forbidden city.pcx
#WON_SPLASH_BLDG_Universal_Suffrage
art\wonder splash\Brothel.pcx
#WON_SPLASH_BLDG_Nuclear_Plant
art\wonder splash\NuclearPowerPlant.pcx
#WON_SPLASH_BLDG_Library
art\wonder splash\Detective.pcx
#WON_SPLASH_BLDG_Marketplace
art\wonder splash\ClearanceSale.pcx
#WON_SPLASH_BLDG_Recycling_Center
art\wonder splash\SupplyDrop.pcx
#WON_SPLASH_BLDG_Artemis
art\wonder splash\CinemaTheater.pcx
#WON_SPLASH_BLDG_Commercial_Dock
art\wonder splash\DockYard.pcx
#WON_SPLASH_BLDG_Police_Station
art\wonder splash\PoliceDepartment.pcx
#WON_SPLASH_BLDG_Hydro_Plant
art\wonder splash\ParadiseVoyage.pcx
#WON_SPLASH_BLDG_Coastal_Fortress
art\wonder splash\OilRefinery.pcx
#WON_SPLASH_BLDG_Offshore_Platform
art\wonder splash\CampParadise.pcx
#WON_SPLASH_BLDG_Acme_Hazardous_Transports
art\wonder splash\AcmeHazardousTransports.pcx
#WON_SPLASH_BLDG_Authorities_Think_Tank
art\wonder splash\AuthoritiesThinkTank.pcx
#WON_SPLASH_BLDG_Company_Think_Tank_1
art\wonder splash\CompanyThinkTanks.pcx
#WON_SPLASH_BLDG_Company_Think_Tank_2
art\wonder splash\CompanyThinkTanks.pcx
#WON_SPLASH_BLDG_Survivors_Think_Tank
art\wonder splash\SurvivorsThinkTank.pcx
#WON_SPLASH_BLDG_Grave_Infection
art\wonder splash\GraveInfection.pcx
#WON_SPLASH_BLDG_Infected_Morgue
art\wonder splash\InfectedMorgue.pcx
#WON_SPLASH_BLDG_Farmer's_Think_Tank
art\wonder splash\Farmer'sThinkTank.pcx
#WON_SPLASH_BLDG_Farmland_Strike_Force
art\wonder splash\FarmlandStrikeForce.pcx
#WON_SPLASH_BLDG_Nerd_Club
art\wonder splash\NerdClub.pcx
#WON_SPLASH_BLDG_Dreadful_Nest
art\wonder splash\DreadfulNest.pcx
#WON_SPLASH_BLDG_Evil_Advantage
art\wonder splash\EvilAdvantage.pcx
#WON_SPLASH_BLDG_Elmo's_Farm_Trucks
art\wonder splash\Elmo'sFarmTrucks.pcx
#WON_SPLASH_BLDG_Cyber-Force_Facility
art\wonder splash\CyberForceFacility.pcx
#WON_SPLASH_BLDG_Clem's_Reunion
art\wonder splash\Clem'sReunion.pcx
#WON_SPLASH_BLDG_Area_13
art\wonder splash\Area13.pcx
#WON_SPLASH_BLDG_Area_14
art\wonder splash\Area14.pcx
#WON_SPLASH_BLDG_District_Central_Garage
art\wonder splash\DistrictCentralGarage.pcx
#WON_SPLASH_BLDG_Mass_Infection
art\wonder splash\MassInfection.pcx
#WON_SPLASH_BLDG_Machine_Gun_Facility
art\wonder splash\MachineGunFacility.pcx
#WON_SPLASH_BLDG_HazMat_Office
art\wonder splash\HazMatOffice.pcx
#WON_SPLASH_BLDG_Androctonus_Den
art\wonder splash\AndroctonusDen.pcx
#WON_SPLASH_BLDG_Bull_Barn
art\wonder splash\BullBarn.pcx
#WON_SPLASH_BLDG_Dark_Sky_IV
art\wonder splash\DarkSkyIII.pcx
#WON_SPLASH_BLDG_Kitty_Shack
art\wonder splash\KittyShack.pcx

################################################################
#Era splash art begin
#ERA_SPLASH_ERAS_Ancient_Times
art\erasplash\ancient.pcx
art\erasplash\medival.pcx
#ERA_SPLASH_ERAS_Middle_Ages
art\erasplash\medival.pcx
art\erasplash\indust.pcx
#ERA_SPLASH_ERAS_Industrial_Age
art\erasplash\indust.pcx
art\erasplash\modern.pcx
#ERA_SPLASH_ERAS_Modern_Era
art\erasplash\modern.pcx
art\erasplash\modern.pcx

################################################################
# Small Tech Icons
############################################
############################################


#TECH_Starting
Art\tech chooser\Icons\00-AdvancedFlight-small.pcx
#TECH_Keep_Em_Out
Art\tech chooser\Icons\keep 'em out_small.pcx
#TECH_Guns
Art\tech chooser\Icons\longrangearms-small.pcx
#TECH_Lights_On
Art\tech chooser\Icons\KeepTheLightsOnSmall.pcx
#TECH_Hot_Wiring
Art\tech chooser\Icons\hotwiring_small.pcx
#TECH_Damsel_Distress
Art\tech chooser\Icons\DamselOfDistress-small.pcx
#TECH_Zombie_Ass
Art\tech chooser\Icons\KickinZombieAssSmall.pcx
#TECH_Horrible_Truth
Art\tech chooser\Icons\TheHorribleTruthSmall.pcx
#TECH_Big_Finale
Art\tech chooser\Icons\TheBigFinaleSmall.pcx
#TECH_Call_911
Art\tech chooser\Icons\telephone-small.pcx
#TECH_Impose_Martial_Law
Art\tech chooser\Icons\ImposeMartialLawSmall.pcx
#TECH_Marines
Art\tech chooser\Icons\SendInTheMarinesSmall.pcx
#TECH_Sledgehammer
Art\tech chooser\Icons\op sledgehammer_small.pcx
#TECH_President
Art\tech chooser\Icons\GetMeThePresidentSmall.pcx
#TECH_Contain_This_Mess
Art\tech chooser\Icons\ContainThisMessSmall.pcx
#TECH_Were_Screwed
Art\tech chooser\Icons\We'reScrewedSmall.pcx
#TECH_Liquidate
Art\tech chooser\Icons\68-SmartWeapons-small.pcx
#TECH_Cover_Up
Art\tech chooser\Icons\75-Corporation-small.pcx
#TECH_Mmmm_Brains
Art\tech chooser\Icons\BrainSmall.pcx
#TECH_The_Mutation
Art\tech chooser\Icons\mutation3_small.pcx
#TECH_Zombiegeddon
Art\tech chooser\Icons\zombiegeddon_small.pcx
#TECH_Species_Jump
Art\tech chooser\Icons\SpeciesJumpSmall.pcx
#TECH_Here_Boy
Art\tech chooser\Icons\HereBoySmall.pcx
#TECH_Sewer_Strategy
Art\tech chooser\Icons\65-sanitation-small.pcx
#TECH_DIY
Art\tech chooser\Icons\D.I.Y.-small.pcx
#TECH_Cyborgs
Art\tech chooser\Icons\CyberneticsSmall.pcx
#TECH_Aid_Relief
Art\tech chooser\Icons\socialawareness-small.pcx
#TECH_Nerds
Art\tech chooser\Icons\RevengeOfTheNerdsSmall.pcx
#TECH_Unobtainable
Art\tech chooser\Icons\Un_obtainableSmall.pcx
#TECH_Zombification
Art\tech chooser\Icons\ZombificationSmall.pcx
#TECH_Survival
Art\tech chooser\Icons\ZombieSurvivalGuideSmall.pcx
#TECH_Business
Art\tech chooser\Icons\BusinessSmall.pcx
#TECH_Evil_Genius
Art\tech chooser\Icons\EvilGeniusSmall.pcx
#TECH_Day_Before_Zombies
Art\tech chooser\Icons\DayBeforeZombiesSmall.pcx
#TECH_Month_Before_Zombies
Art\tech chooser\Icons\MonthBeforeZombiesSmall.pcx
#TECH_Year_Before_Zombies
Art\tech chooser\Icons\YearBeforeZombiesSmall.pcx
#TECH_Authority
Art\tech chooser\Icons\AuthoritySmall.pcx
#TECH_Humanity
Art\tech chooser\Icons\HumanitySmall.pcx
#TECH_Farming
Art\tech chooser\Icons\FarmingSmall.pcx
#TECH_Rev_'N'_Ride
Art\tech chooser\Icons\RevNRideSmall.pcx
#TECH_Baa_Baa_Bomb
Art\tech chooser\Icons\BaaBaaBombSmall.pcx
#TECH_Horrible_Things
Art\tech chooser\Icons\HorribleThingsSmall.pcx
#TECH_The_Dreaded
Art\tech chooser\Icons\TheDreadedSmall.pcx
#TECH_Deadly_Evolution
Art\tech chooser\Icons\DeadlyEvolutionSmall.pcx
#TECH_Damned_Dogs
Art\tech chooser\Icons\DamnedDogsSmall.pcx
#TECH_The_Omega
Art\tech chooser\Icons\TheOmegaSmall.pcx
#TECH_Mega_Laser
Art\tech chooser\Icons\MegaLaserSmall.pcx
#TECH_Civilians
Art\tech chooser\Icons\CiviliansSmall.pcx
#TECH_Lethal_Force
Art\tech chooser\Icons\LethalForceSmall.pcx
#TECH_Advanced_Mathematics
Art\tech chooser\Icons\AdvancedMathematicsSmall.pcx
#TECH_Together_We_Stand
Art\tech chooser\Icons\TogetherWeStandSmall.pcx
#TECH_Farmland_Security
Art\tech chooser\Icons\FarmlandSecuritySmall.pcx
#TECH_Domination
Art\tech chooser\Icons\DominationSmall.pcx
#TECH_Here_Kitty
Art\tech chooser\Icons\HereKittySmall.pcx

# Large Tech Icons
#TECH_Starting_LARGE
Art\tech chooser\Icons\00-AdvancedFlight-large.pcx
#TECH_Keep_Em_Out_LARGE
Art\tech chooser\Icons\keep 'em out_large.pcx
#TECH_Guns_LARGE
Art\tech chooser\Icons\longrangearms-large.pcx
#TECH_Lights_On_LARGE
Art\tech chooser\Icons\KeepTheLightsOnLarge.pcx
#TECH_Hot_Wiring_LARGE
Art\tech chooser\Icons\hotwiring_large.pcx
#TECH_Damsel_Distress_LARGE
Art\tech chooser\Icons\DamselOfDistress-large.pcx
#TECH_Zombie_Ass_LARGE
Art\tech chooser\Icons\KickinZombieAssLarge.pcx
#TECH_Horrible_Truth_LARGE
Art\tech chooser\Icons\TheHorribleTruthLarge.pcx
#TECH_Big_Finale_LARGE
Art\tech chooser\Icons\TheBigFinaleLarge.pcx
#TECH_Call_911_LARGE
Art\tech chooser\Icons\telephone-large.pcx
#TECH_Impose_Martial_Law_LARGE
Art\tech chooser\Icons\ImposeMartialLawLarge.pcx
#TECH_Marines_LARGE
Art\tech chooser\Icons\SendInTheMarinesLarge.pcx
#TECH_Sledgehammer_LARGE
Art\tech chooser\Icons\op sledgehammer_large.pcx
#TECH_President_LARGE
Art\tech chooser\Icons\GetMeThePresidentLarge.pcx
#TECH_Contain_This_Mess_LARGE
Art\tech chooser\Icons\ContainThisMessLarge.pcx
#TECH_Were_Screwed_LARGE
Art\tech chooser\Icons\We'reScrewedLarge.pcx
#TECH_Liquidate_LARGE
Art\tech chooser\Icons\68-SmartWeapons-large.pcx
#TECH_Cover_Up_LARGE
Art\tech chooser\Icons\75-Corporation-large.pcx
#TECH_Mmmm_Brains_LARGE
Art\tech chooser\Icons\BrainLarge.pcx
#TECH_The_Mutation_LARGE
Art\tech chooser\Icons\mutation3_large.pcx
#TECH_Zombiegeddon_LARGE
Art\tech chooser\Icons\zombiegeddon_large.pcx
#TECH_Species_Jump_LARGE
Art\tech chooser\Icons\SpeciesJumpLarge.pcx
#TECH_Here_Boy_LARGE
Art\tech chooser\Icons\HereBoyLarge.pcx
#TECH_Sewer_Strategy_LARGE
Art\tech chooser\Icons\65-sanitation-large.pcx
#TECH_DIY_LARGE
Art\tech chooser\Icons\D.I.Y.-large.pcx
#TECH_Cyborgs_LARGE
Art\tech chooser\Icons\CyberneticsLarge.pcx
#TECH_Aid_Relief_LARGE
Art\tech chooser\Icons\socialawareness-large.pcx
#TECH_Nerds_LARGE
Art\tech chooser\Icons\RevengeOfTheNerdsLarge.pcx
#TECH_Unobtainable_LARGE
Art\tech chooser\Icons\Un_obtainableLarge.pcx
#TECH_Zombification_LARGE
Art\tech chooser\Icons\ZombificationLarge.pcx
#TECH_Survival_LARGE
Art\tech chooser\Icons\ZombieSurvivalGuideLarge.pcx
#TECH_Business_LARGE
Art\tech chooser\Icons\BusinessLarge.pcx
#TECH_Evil_Genius_LARGE
Art\tech chooser\Icons\EvilGeniusLarge.pcx
#TECH_Day_Before_Zombies_LARGE
Art\tech chooser\Icons\DayBeforeZombiesLarge.pcx
#TECH_Month_Before_Zombies_LARGE
Art\tech chooser\Icons\MonthBeforeZombiesLarge.pcx
#TECH_Year_Before_Zombies_LARGE
Art\tech chooser\Icons\YearBeforeZombiesLarge.pcx
#TECH_Authority_LARGE
Art\tech chooser\Icons\AuthorityLarge.pcx
#TECH_Humanity_LARGE
Art\tech chooser\Icons\HumanityLarge.pcx
#TECH_Farming_LARGE
Art\tech chooser\Icons\FarmingLarge.pcx
#TECH_Rev_'N'_Ride_LARGE
Art\tech chooser\Icons\RevNRideLarge.pcx
#TECH_Baa_Baa_Bomb_LARGE
Art\tech chooser\Icons\BaaBaaBombLarge.pcx
#TECH_Horrible_Things_LARGE
Art\tech chooser\Icons\HorribleThingsLarge.pcx
#TECH_The_Dreaded_LARGE
Art\tech chooser\Icons\TheDreadedLarge.pcx
#TECH_Deadly_Evolution_LARGE
Art\tech chooser\Icons\DeadlyEvolutionLarge.pcx
#TECH_Damned_Dogs_LARGE
Art\tech chooser\Icons\DamnedDogsLarge.pcx
#TECH_The_Omega_LARGE
Art\tech chooser\Icons\TheOmegaLarge.pcx
#TECH_Mega_Laser_LARGE
Art\tech chooser\Icons\MegaLaserLarge.pcx
#TECH_Civilians_LARGE
Art\tech chooser\Icons\CiviliansLarge.pcx
#TECH_Lethal_Force_LARGE
Art\tech chooser\Icons\LethalForceLarge.pcx
#TECH_Advanced_Mathematics_LARGE
Art\tech chooser\Icons\AdvancedMathematicsLarge.pcx
#TECH_Together_We_Stand_LARGE
Art\tech chooser\Icons\TogetherWeStandLarge.pcx
#TECH_Farmland_Security_LARGE
Art\tech chooser\Icons\FarmlandSecurityLarge.pcx
#TECH_Domination_LARGE
Art\tech chooser\Icons\DominationLarge.pcx
#TECH_Here_Kitty_LARGE
Art\tech chooser\Icons\HereKittyLarge.pcx

################################################################
# Unit animations
#ANIMNAME_PRTO_Settler
Settler
#ANIMNAME_PRTO_Settler_ERAS_Industrial_Age
Settler Modern Times
#ANIMNAME_PRTO_Settler_ERAS_Modern_Era
Settler Modern Times
#ANIMNAME_PRTO_Worker
Worker
#ANIMNAME_PRTO_Worker_ERAS_Industrial_Age
Worker Modern Times
#ANIMNAME_PRTO_Worker_ERAS_Modern_Era
Worker Modern Times
#ANIMNAME_PRTO_Worker_SLAVE
Enslaved Worker
#ANIMNAME_PRTO_Handy_Man
Handy Man
#ANIMNAME_PRTO_Prospector
Prospector
#ANIMNAME_PRTO_Scout
Scout
#ANIMNAME_PRTO_Marine
Marine
#ANIMNAME_PRTO_SWAT
Peacekeeper
#ANIMNAME_PRTO_Paratrooper
Paratrooper
#ANIMNAME_PRTO_Zombie
romerozombie
#ANIMNAME_PRTO_Modern_Armor
Modern Armor
#ANIMNAME_PRTO_Radar_Artillery
Radar Artillery
#ANIMNAME_PRTO_Cruise_Missile
Cruise Missile
#ANIMNAME_PRTO_NUKE
Tactical Nuke
#ANIMNAME_PRTO_ICBM
ICBM
#ANIMNAME_PRTO_Transport
Transport
#ANIMNAME_PRTO_Carrier
Carrier
#ANIMNAME_PRTO_AEGIS_Cruiser
AEGIS Cruiser
#ANIMNAME_PRTO_Helicopter
Helicopter
#ANIMNAME_PRTO_Mr_Tokugawa
Samurai
#ANIMNAME_PRTO_Shogun
Minamoto Samurai
#ANIMNAME_PRTO_F-15
F-15
#ANIMNAME_PRTO_Badass
Guerilla
#ANIMNAME_PRTO_National_Guard
Modern Infantry
#ANIMNAME_PRTO_Old_War_Vet
Old Timer
#ANIMNAME_PRTO_Abe_Peters
Abe Peters
#ANIMNAME_PRTO_Charlie
Abe Peters
#ANIMNAME_PRTO_Hilton_Smith
Abe Peters
#ANIMNAME_PRTO_Mutant_Zombie
Zombie
#ANIMNAME_PRTO_To_Be_Continued
Zombie
#ANIMNAME_PRTO_Black_Ops
SAS
#ANIMNAME_PRTO_Security
Bond
#ANIMNAME_PRTO_Spunky_Kid
Spunky Kid
#ANIMNAME_PRTO_Mean_Machine
MotorizedGuerilla
#ANIMNAME_PRTO_Chain_Girl
Gatling Amazon
#ANIMNAME_PRTO_Pyromaniac
Pyromaniac
#ANIMNAME_PRTO_Monster_Zombie
Monster Zombie
#ANIMNAME_PRTO_Our_Hero
Hannibal
#ANIMNAME_PRTO_Badass_Hero
Badass Hero
#ANIMNAME_PRTO_Flamin'_Hero
Flamin' Hero
#ANIMNAME_PRTO_Supply_Parcel
Supply Drop
#ANIMNAME_PRTO_General_Unleashed
General Fullbright
#ANIMNAME_PRTO_General_Restricted
General Fullbright
#ANIMNAME_PRTO_Director
Hawking
#ANIMNAME_PRTO_Mayor_Reynolds
Mayor
#ANIMNAME_PRTO_Scientist
SciLeader
#ANIMNAME_PRTO_Freddie
Chainsaw Maniac
#ANIMNAME_PRTO_Chainsaw_Maniac
Chainsaw Maniac
#ANIMNAME_PRTO_Ms_Tokugawa
Bond Girl
#ANIMNAME_PRTO_T-800
T800
#ANIMNAME_PRTO_Zombie_Nurses
Zombie Nurse
#ANIMNAME_PRTO_Da_Vinci_Tank
DaVinciTank
#ANIMNAME_PRTO_Grave_Swarm
TombSwarm
#ANIMNAME_PRTO_Zombie_Bat
Zombie Bat
#ANIMNAME_PRTO_Zombie_Bat_Bomber
Zombie Bat Bomber
#ANIMNAME_PRTO_Zombie_Dog
Scout Dog
#ANIMNAME_PRTO_Mutant_Dog
Mutant Dog
#ANIMNAME_PRTO_Monster_Dog
Monster Dog
#ANIMNAME_PRTO_Nuclear_Dog
Nuclear Dog
#ANIMNAME_PRTO_Attack_Dog
Husky
#ANIMNAME_PRTO_Guard_Dog
War Dog
#ANIMNAME_PRTO_Pre-Zombie_Dog
Pre-Zombie Dog
#ANIMNAME_PRTO_Infected_Dog
Infected Dog
#ANIMNAME_PRTO_Scraps
Infected Dog
#ANIMNAME_PRTO_Tank
Leopard
#ANIMNAME_PRTO_Roaming_Alpha_Zombie
Alpha Zombie
#ANIMNAME_PRTO_Sated_Alpha_Zombie
Alpha Zombie
#ANIMNAME_PRTO_Test_Subject_Alpha
Test Subject Alpha
#ANIMNAME_PRTO_Test_Subject_Alpha_Escaped
Test Subject Alpha
#ANIMNAME_PRTO_Mike_Rush
Mike Rush
#ANIMNAME_PRTO_Old_Clunker
Car
#ANIMNAME_PRTO_Company_Car
BMW
#ANIMNAME_PRTO_Hotwired_Car
Hotwired Car
#ANIMNAME_PRTO_City_Car
City Car
#ANIMNAME_PRTO_Municipal_Car
Municipal Car
#ANIMNAME_PRTO_Hank
Grunt
#ANIMNAME_PRTO_Diego
Diego
#ANIMNAME_PRTO_Daryl_Paine
Daryl Paine
#ANIMNAME_PRTO_Rouerk
Separatist
#ANIMNAME_PRTO_Manbot
Manbot
#ANIMNAME_PRTO_Lara
TombRaider
#ANIMNAME_PRTO_Exploding_Sheep
AoK Sheep
#ANIMNAME_PRTO_Zeb
Villista
#ANIMNAME_PRTO_Farmhand
Farmhand
#ANIMNAME_PRTO_Armed_Farmhand
Armed Farmhand
#ANIMNAME_PRTO_Troop_Truck
truck
#ANIMNAME_PRTO_TOW_Infantry
TOW Infantry
#ANIMNAME_PRTO_Elvis
The King
#ANIMNAME_PRTO_Elvis_The_King
The King
#ANIMNAME_PRTO_Elvis_Impersonator
The King
#ANIMNAME_PRTO_SewerR.A.T.
SewerRAT
#ANIMNAME_PRTO_Riot_Cop
Riot Police
#ANIMNAME_PRTO_Jaimo
Jaimo
#ANIMNAME_PRTO_Civilian
Civilian
#ANIMNAME_PRTO_Security_SMG
BondSMG
#ANIMNAME_PRTO_Sam_Hammer
Spy
#ANIMNAME_PRTO_Detective
Detective
#ANIMNAME_PRTO_Sam_Hammer_Armed
Spy
#ANIMNAME_PRTO_Cropduster
Gloster Gladiator
#ANIMNAME_PRTO_Nuclear_Zombie
Nuclear Zombie
#ANIMNAME_PRTO_Rushmobile
Barracuda
#ANIMNAME_PRTO_Priest
Inquisitor
#ANIMNAME_PRTO_Badass_Priest
ModernInquisitor
#ANIMNAME_PRTO_Byker_Gal
BikerGirl
#ANIMNAME_PRTO_Stripper
AmazonWarrior
#ANIMNAME_PRTO_Homemade_Mine
Land Mine
#ANIMNAME_PRTO_Docker
Falxman
#ANIMNAME_PRTO_Elvis_The_King
The King
#ANIMNAME_PRTO_Zombie_Squid
Squid
#ANIMNAME_PRTO_Giant_Squid
Giant Squid
#ANIMNAME_PRTO_Sewer_Guard
GiantRat
#ANIMNAME_PRTO_Military_Zombie
Zombiegun
#ANIMNAME_PRTO_Dalek
Dalek
#ANIMNAME_PRTO_Jogger
Euro Scout
#ANIMNAME_PRTO_Engineer
Engineer
#ANIMNAME_PRTO_Victor_Survivors
Ash
#ANIMNAME_PRTO_Victor_Authorities
WWII Paratrooper
#ANIMNAME_PRTO_Victor_Company
Cyclotron
#ANIMNAME_PRTO_Victor_Farmers
Farmer Champion
#ANIMNAME_PRTO_Victor_Zombies
Zombie Champion
#ANIMNAME_PRTO_Sneaky_Zombie
Fresh Zombie
#ANIMNAME_PRTO_Vuldacon
Vuldacon
#ANIMNAME_PRTO_Prom_Queen
Pistol Princess
#ANIMNAME_PRTO_CEO_Helicopter
AH6
#ANIMNAME_PRTO_Attack_Chopper
AH6
#ANIMNAME_PRTO_Chopper_One
AH6
#ANIMNAME_PRTO_Radio_Controlled_Balloon
War Balloon
#ANIMNAME_PRTO_Zombie_Worker
Zombie Worker
#ANIMNAME_PRTO_Lawman_Jed
Sheriff
#ANIMNAME_PRTO_Deadly_Lawman_Jed
Sheriff
#ANIMNAME_PRTO_Indian_Brave
Iroquois Brave
#ANIMNAME_PRTO_Indian_Archer
Iroquois Archer
#ANIMNAME_PRTO_Hiawatha
King Iroquois
#ANIMNAME_PRTO_Bubba
Giant
#ANIMNAME_PRTO_Boloman
Boloman
#ANIMNAME_PRTO_King_Arthur
Marine
#ANIMNAME_PRTO_Sniper_King_Arthur
Sniper
#ANIMNAME_PRTO_M1_Mech_Armed
M1 Mech
#ANIMNAME_PRTO_M1_Mech_Project
M1 Mech
#ANIMNAME_PRTO_Highway_Patrol
Highway Patrol
#ANIMNAME_PRTO_HellFire_Missile
HellFire Missile
#ANIMNAME_PRTO_Shaggin'_Wagon
Shaggin' Wagon
#ANIMNAME_PRTO_Crawling_Brain
Crawling Brain
#ANIMNAME_PRTO_Monster_Spider
Monster Spider
#ANIMNAME_PRTO_The_Terror
The Terror
#ANIMNAME_PRTO_Nasty_Horror
Nasty Horror
#ANIMNAME_PRTO_Skreech
Skreech
#ANIMNAME_PRTO_Delivery_Car
BMW
#ANIMNAME_PRTO_Omega_Zombie
Omega Zombie
#ANIMNAME_PRTO_Dominant_Omega
Dominant Omega Zombie
#ANIMNAME_PRTO_Custom_Sailboat
Swanship
#ANIMNAME_PRTO_Cruise_Mine
Cruise Mine
#ANIMNAME_PRTO_RoboForce
RoboForce
#ANIMNAME_PRTO_Annihilator_Project
Annihilator
#ANIMNAME_PRTO_Annihilator_Armed
Annihilator
#ANIMNAME_PRTO_Road_Warrior
Road Warrior
#ANIMNAME_PRTO_Mr_T_Drugged
Mr T
#ANIMNAME_PRTO_Mr_T
Mr T
#ANIMNAME_PRTO_Voyager
Voyager
#ANIMNAME_PRTO_Shrike
Shrike
#ANIMNAME_PRTO_Cop
Cop
#ANIMNAME_PRTO_Macrobite
Beholder
#ANIMNAME_PRTO_The_Drunk
The Drunk
#ANIMNAME_PRTO_Oil_Barrel_Bomb
Oil Barrel Bomb
#ANIMNAME_PRTO_TARDIS
TARDIS
#ANIMNAME_PRTO_TARDIS_FullPower
TARDIS
#ANIMNAME_PRTO_Killer_Hornet
Killer Hornet
#ANIMNAME_PRTO_Captain_Spiff
Captain Spiff
#ANIMNAME_PRTO_Captain_Spiff_Power_Packed
Captain Spiff
#ANIMNAME_PRTO_Haunted_Campfire
Haunted Campfire
#ANIMNAME_PRTO_Deadly_Chemicals
Deadly Chemicals
#ANIMNAME_PRTO_Sniper
Snipers
#ANIMNAME_PRTO_Mustard_Gas_Bomb
Mustard Gas Bomb
#ANIMNAME_PRTO_Hazard_Truck
Hazard Truck
#ANIMNAME_PRTO_Corporate_Executive
Corporate Executive
#ANIMNAME_PRTO_Evil_Transport
Evil Transport
#ANIMNAME_PRTO_Coffin_Zombie
Coffin Zombie
#ANIMNAME_PRTO_Coffin_Mutant
Coffin Mutant
#ANIMNAME_PRTO_Fresh_Zombie_Coffin
Pine Coffin
#ANIMNAME_PRTO_Fresh_Mutant_Coffin
Fresh Mutant Coffin
#ANIMNAME_PRTO_Black_Coffin
Mortician Coffin
#ANIMNAME_PRTO_Mortician
Mortician
#ANIMNAME_PRTO_Paradise_Mortician
Mortician
#ANIMNAME_PRTO_Devil's_Reef
Devil's Reef
#ANIMNAME_PRTO_Androctonus
Androctonus
#ANIMNAME_PRTO_Chain_Gang_Worker
Chain Gang Worker
#ANIMNAME_PRTO_Zeb's_Marauders
Zeb's Marauders
#ANIMNAME_PRTO_TARDIS_Transport
TARDIS
#ANIMNAME_PRTO_Nerd
Jaimo
#ANIMNAME_PRTO_Farm_Truck
Farm Truck
#ANIMNAME_PRTO_Old_Betsy
Farm Truck
#ANIMNAME_PRTO_Cinema_Billboard
Cinema Billboard
#ANIMNAME_PRTO_Community_Billboard
Community Billboard
#ANIMNAME_PRTO_Friar_Thomas
Franciscan Friar
#ANIMNAME_PRTO_Empowered_Priest
Franciscan Friar
#ANIMNAME_PRTO_Colossus
Colossus
#ANIMNAME_PRTO_Super_Coupe
Super Coupe
#ANIMNAME_PRTO_Confiscated_Farm_Truck
Farm Truck
#ANIMNAME_PRTO_Putrid_Zombie
Putrid Zombie
#ANIMNAME_PRTO_Search_Light
Search Light
#ANIMNAME_PRTO_Police_Car
Police Car
#ANIMNAME_PRTO_Powder_Keg
Powder Keg
#ANIMNAME_PRTO_Machine_Gun_Squad
MG Btln
#ANIMNAME_PRTO_UH34_Helicopter_Disabled
UH34 Disabled
#ANIMNAME_PRTO_UH34_Helicopter_Enabled
UH34 Helicopter
#ANIMNAME_PRTO_Aggressive_Dog
Aggressive Dog
#ANIMNAME_PRTO_Radar_Artillery
Radar Artillery
#ANIMNAME_PRTO_Fast_Food_Joint_Billboard
Fast Food Joint Billboard
#ANIMNAME_PRTO_Toxic_Colossus
Toxic Colossus
#ANIMNAME_PRTO_Yacht_Assn_Billboard
Yacht Association Billboard
#ANIMNAME_PRTO_Company_Billboard
Company Billboard
#ANIMNAME_PRTO_Nuclear_Coffin
Nuclear Coffin
#ANIMNAME_PRTO_Nuclear_Coffin_Zombie
Nuclear Coffin Zombie
#ANIMNAME_PRTO_General_Fullbright's_Tank
General Fullbright's Tank
#ANIMNAME_PRTO_Tornado
Tornado
#ANIMNAME_PRTO_Black_Bull
Black Bull
#ANIMNAME_PRTO_Boss
Black Bull
#ANIMNAME_PRTO_Elsie
Milk Cow
#ANIMNAME_PRTO_CO-Prospector
CO-Prospector
#ANIMNAME_PRTO_Jake_Stranded
Jake
#ANIMNAME_PRTO_Jake_Recovered
Jake
#ANIMNAME_PRTO_HazMat_Worker
HazMat Worker
#ANIMNAME_PRTO_Rocket_Cat
Rocket Cat
#ANIMNAME_PRTO_Dark_One
Dark One
#ANIMNAME_PRTO_Guardian_Evil
Guardian Evil
#ANIMNAME_PRTO_Corporate_Chopper_Disabled
Corporate Chopper Disabled
#ANIMNAME_PRTO_Corporate_Chopper_Enabled
Corporate Chopper
#ANIMNAME_PRTO_Leader_ERAS_Ancient_Times
Leader Ancient Times
#ANIMNAME_PRTO_Leader_ERAS_Middle_Ages
Leader Middle Ages
#ANIMNAME_PRTO_Leader_ERAS_Industrial_Age
Leader Industrial Ages
#ANIMNAME_PRTO_Leader_ERAS_Modern_Era
Leader Modern Times
#ANIMNAME_PRTO_Leader_SCI
SciLeader
#ANIMNAME_PRTO_Army_ERAS_Ancient_Times
Army Ancient Times
#ANIMNAME_PRTO_Army_ERAS_Middle_Ages
Army Middle Ages
#ANIMNAME_PRTO_Army_ERAS_Industrial_Age
Army Industrial Ages
#ANIMNAME_PRTO_Army_ERAS_Modern_Era
Army Modern Times

################################################################
# Era-Specific Unit icons
#UNITICON_PRTO_Settler_ERAS_Industrial_Age
72
#UNITICON_PRTO_Settler_ERAS_Modern_Era
72
#UNITICON_PRTO_Worker_ERAS_Industrial_Age
73
#UNITICON_PRTO_Worker_ERAS_Modern_Era
73
#UNITICON_PRTO_Leader_ERAS_Middle_Ages
66
#UNITICON_PRTO_Leader_ERAS_Industrial_Age
67
#UNITICON_PRTO_Leader_ERAS_Modern_Era
68
#UNITICON_PRTO_Leader_SCI
169
#UNITICON_PRTO_Army_ERAS_Middle_Ages
69
#UNITICON_PRTO_Army_ERAS_Industrial_Age
70
#UNITICON_PRTO_Army_ERAS_Modern_Era
71